Actualiser Jenkinsfile
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user