From 231488733d03bc037c4357c313cdae38d1e9ddba Mon Sep 17 00:00:00 2001 From: KPOTY Kpotivi <kpotivi.kpoty@etu.univ-amu.fr> Date: Sat, 8 Jun 2024 20:57:49 +0000 Subject: [PATCH] modif jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 41fae46..b980efe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { checkout([ $class: 'GitSCM', branches: [[name: '*/main']], - userRemoteConfigs: [[url: 'https://etulab.univ-amu.fr/k19025322/pipeline-as-code.git']] + userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']] ]) } } -- GitLab