Test again with hopefully the correct syntax
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
59cc305c07
commit
41b67d5d8b
1 changed files with 9 additions and 6 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,10 +1,13 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
node {
|
stages {
|
||||||
|
stage('Execute playbook') {
|
||||||
|
steps {
|
||||||
ansiblePlaybook(
|
ansiblePlaybook(
|
||||||
playbook: 'main.yaml',
|
playbook: 'main.yaml',
|
||||||
credentialsId: 'onedrop-vetinari'
|
credentialsId: 'onedrop-vetinari'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue