the correct filename would help
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
This commit is contained in:
parent
2db8ac0287
commit
03bb29194f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ pipeline {
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
agent { label 'ansible' }
|
agent { label 'ansible' }
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook(playbook: "main.yml", inventory: "hosts.ini", credentialsId: "igor")
|
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue