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,6 +1,8 @@
|
|||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
agent any
|
||||
stages {
|
||||
stage('Execute playbook') {
|
||||
steps {
|
||||
ansiblePlaybook(
|
||||
playbook: 'main.yaml',
|
||||
credentialsId: 'onedrop-vetinari'
|
||||
|
@ -8,3 +10,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue