correct typo in jenkinsfile
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
This commit is contained in:
parent
660cd8f2bd
commit
8013eef0e1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
stage('Execute playbook') {
|
stage('Execute playbook') {
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook(
|
ansiblePlaybook(
|
||||||
playbook: 'main.yaml'
|
playbook: 'main.yaml',
|
||||||
credentialsId: 'onedrop-vetinari'
|
credentialsId: 'onedrop-vetinari'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue