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') { stage('Reboot PVE BACKUP') {
// steps { steps {
// // Construction et exécution de la commande Ansible Construction et exécution de la commande Ansible
// sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}" sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}"
// } }
//} }
} }
post { post {