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 {
agent any
stages {
stage ("SCM checkout") {
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"
'''
}
}
stage('Setting the variables values') {
steps {
bash '''#!/bin/bash
echo "hello world"
'''
}
}