added
All checks were successful
test_play/pipeline/head This commit looks good

This commit is contained in:
2023-03-16 21:39:09 +01:00
parent 8c48aecf2a
commit 48c533cb99

11
Jenkinsfile vendored
View File

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