Actualiser Jenkinsfile

This commit is contained in:
garfi 2025-05-17 21:44:17 +00:00
parent 2eae201afa
commit 6ce99ccb79

5
Jenkinsfile vendored
View File

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