From c1351aa6e25c84db4859789790eb465fdab9880b Mon Sep 17 00:00:00 2001 From: KPOTY Kpotivi <kpotivi.kpoty@etu.univ-amu.fr> Date: Sat, 8 Jun 2024 20:15:50 +0000 Subject: [PATCH] ajout modif dans jenkinfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b4d6cd..b493630 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,8 +37,8 @@ pipeline { steps { checkout([ $class: 'GitSCM', - branches: [[name: '*/master']], - userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']] + branches: [[name: '*/main']], + userRemoteConfigs: [[url: 'https://etulab.univ-amu.fr/k19025322/pipeline-as-code.git']] ]) } } -- GitLab