Del divers
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -22,13 +22,6 @@ pipeline {
|
||||
sh "ansible-playbook -i ${ANSIBLE_INVENTORY} ${ANSIBLE_PLAYBOOK}"
|
||||
}
|
||||
}
|
||||
|
||||
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