correct typo in jenkinsfile
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 15:09:52 -08:00
parent 660cd8f2bd
commit 8013eef0e1

2
Jenkinsfile vendored
View file

@ -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'
) )
} }