This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -1 +1,10 @@
|
|||||||
playbook: test_play.yml
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Hello') {
|
||||||
|
steps {
|
||||||
|
echo 'Hello World'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user