diff --git a/Jenkinsfile b/Jenkinsfile
index 2b4d6cd2d7c8068abb5e8d98899c833643f28b2a..b493630b3845a3cb265f02beaf5b701b05d7350a 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']]
                 ])
             }
         }