Actualiser Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -2,8 +2,8 @@ pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
ANSIBLE_INVENTORY = 'inventory.ini'
|
||||
ANSIBLE_PLAYBOOK = 'update_debian.yml'
|
||||
ANSIBLE_INVENTORY = 'jenkins-update/inventory.ini'
|
||||
ANSIBLE_PLAYBOOK = 'jenkins-update/update_debian.yml'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Reference in New Issue
Block a user