mcmillian.dev/Jenkinsfile

11 lines
188 B
Text
Raw Normal View History

2022-11-19 23:06:15 +00:00
pipeline {
2022-11-20 00:53:55 +00:00
agent {
node {
ansiblePlaybook(
playbook: 'main.yaml',
credentialsId: 'onedrop-vetinari'
)
}
2022-11-19 23:06:15 +00:00
}
}