mcmillian.dev/Jenkinsfile
Morgan McMillian 12aa3caa22
Some checks failed
dreamfall/mcmillian.dev/pipeline/head There was a failure building this commit
use node definition
2022-11-19 15:17:44 -08:00

9 lines
161 B
Groovy

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