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

5
Jenkinsfile vendored
View File

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