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

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

1
Jenkinsfile vendored
View File

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