Actualiser Jenkinsfile

This commit is contained in:
2025-07-18 10:58:38 +00:00
parent d0e84e247a
commit 7f55e0bba1

12
Jenkinsfile vendored
View File

@@ -23,12 +23,12 @@ pipeline {
}
}
// stage('Reboot PVE BACKUP') {
// steps {
// // Construction et exécution de la commande Ansible
// sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}"
// }
//}
stage('Reboot PVE BACKUP') {
steps {
Construction et exécution de la commande Ansible
sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}"
}
}
}
post {