Skip to content
Snippets Groups Projects
Commit c1351aa6 authored by KPOTY Kpotivi's avatar KPOTY Kpotivi
Browse files

ajout modif dans jenkinfile

parent 248b815a
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ pipeline { ...@@ -37,8 +37,8 @@ pipeline {
steps { steps {
checkout([ checkout([
$class: 'GitSCM', $class: 'GitSCM',
branches: [[name: '*/master']], branches: [[name: '*/main']],
userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']] userRemoteConfigs: [[url: 'https://etulab.univ-amu.fr/k19025322/pipeline-as-code.git']]
]) ])
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment