This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -1,9 +1,15 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ("SCM checkout") {
|
||||
steps {
|
||||
git "https://gitea.schlaubistechtalk.de/JonnyBravo/test_play.git"
|
||||
|
||||
}
|
||||
}
|
||||
stage(" execute Ansible") {
|
||||
steps {
|
||||
ansiblePlaybook playbook: 'test_play.yml'
|
||||
ansiblePlaybook installation: 'Ansible', playbook: 'test_play.yml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user