Actualiser Jenkinsfile

This commit is contained in:
garfi 2025-05-17 22:54:34 +00:00
parent 1459498381
commit b5daefc916

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
ANSIBLE_INVENTORY = 'jenkins-update/inventory.ini'
ANSIBLE_INVENTORY_REBOOT = 'jenkins-update/inventory_reboot.ini'
ANSIBLE_PLAYBOOK = 'jenkins-update/update_debian.yml'
ANSIBLE_PLAYBOOK_REBOOT = 'jenkins-update/reboot_backup.yml'
}
stages {