Test again with hopefully the correct syntax
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit

This commit is contained in:
Morgan McMillian 2022-11-19 17:16:38 -08:00
parent 59cc305c07
commit 41b67d5d8b

7
Jenkinsfile vendored
View file

@ -1,6 +1,8 @@
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'
@ -8,3 +10,4 @@ pipeline {
} }
} }
} }
}