This commit is contained in:
2025-10-23 09:42:00 +02:00
parent 1abb39e5ac
commit e59bbeb4b0

8
Jenkinsfile vendored
View File

@@ -8,6 +8,14 @@ pipeline {
ANSIBLE_PLAYBOOK_REBOOT = 'jenkins-update/reboot_backup.yml'
}
stages {
stage('Clone git') {
steps {
// Clonage du dépôt Git
sh "git clone https://git.zestes.fr/jules/jenkins-update.git"
}
}
stage('Mise à jour des machines Debian') {
steps {
// Construction et exécution de la commande Ansible