Actualiser Jenkinsfile

This commit is contained in:
garfi 2025-05-17 21:47:25 +00:00
parent 6ce99ccb79
commit c1117391cd

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Clone git') {
steps {
sh "rm -rf *"
sh git clone 'https://git.zestes.fr/garfi/jenkins-update.git'
sh "git clone https://git.zestes.fr/garfi/jenkins-update.git"
}
}