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