mcmillian.dev/Jenkinsfile

10 lines
161 B
Text
Raw Normal View History

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