diff --git a/Jenkinsfile b/Jenkinsfile index bebb612..8f4727b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,13 +23,13 @@ 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 { always {