Actualiser Jenkinsfile

This commit is contained in:
jules 2025-05-17 23:24:06 +00:00
parent 6895e2513a
commit 77e24b88a3

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
stage('Clone git') {
steps {
// Clonage du dépôt Git
sh "git clone https://git.zestes.fr/garfi/jenkins-update.git"
sh "git clone https://git.zestes.fr/jules/jenkins-update.git"
}
}