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 { pipeline {
agent any agent any
stages { stages {
stage('Hello') { stage(" execute Ansible") {
steps { steps {
echo 'Hello World' ansiblePlaybook playbook: 'test_play.yml'
playbook: test_play.yml }
} }
}
} }
} }