mcmillian.dev/Jenkinsfile
Morgan McMillian 59cc305c07
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
Testing a different Jenkinsfile
2022-11-19 16:53:55 -08:00

10 lines
188 B
Groovy

pipeline {
agent {
node {
ansiblePlaybook(
playbook: 'main.yaml',
credentialsId: 'onedrop-vetinari'
)
}
}
}