Testing a different 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 16:53:55 -08:00
parent 12aa3caa22
commit 59cc305c07

13
Jenkinsfile vendored
View file

@ -1,9 +1,10 @@
pipeline {
agent none
node {
ansiblePlaybook(
playbook: 'main.yaml',
credentialsId: 'onedrop-vetinari'
)
agent {
node {
ansiblePlaybook(
playbook: 'main.yaml',
credentialsId: 'onedrop-vetinari'
)
}
}
}