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