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

This commit is contained in:
2023-03-16 22:12:04 +01:00
parent dd933115d8
commit 21d0dbcb60

26
Jenkinsfile vendored
View File

@@ -1,23 +1,7 @@
pipeline { stage('Setting the variables values') {
agent any steps {
stages { bash '''#!/bin/bash
stage ("SCM checkout") { echo "hello world"
steps { '''
git "https://gitea.schlaubistechtalk.de/JonnyBravo/test_play.git"
}
}
stage(" execute Ansible") {
steps {
ansiblePlaybook installation: 'ansible', playbook: 'test_play.yml'
}
}
stage("run bash"){
steps {
bash '''#!/bin/bash
echo "hello world"
'''
}
}
} }
} }