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

This commit is contained in:
2023-03-16 21:48:59 +01:00
parent e8d3141bf0
commit 0e3e02bc85

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stage('Hello') { stage('Hello') {
steps { steps {
echo 'Hello World' echo 'Hello World'
ansible-playbook test_play.yml playbook: test_play.yml
} }
} }
} }