add
Some checks failed
test_play/pipeline/head There was a failure building this commit

This commit is contained in:
2023-03-16 21:52:56 +01:00
parent 0e3e02bc85
commit a8e8bbee2c

11
Jenkinsfile vendored
View File

@@ -1,11 +1,10 @@
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
playbook: test_play.yml
}
}
stage(" execute Ansible") {
steps {
ansiblePlaybook playbook: 'test_play.yml'
}
}
}
}