Files
test_play/Jenkinsfile
JonnyBravo 21d0dbcb60
Some checks failed
test_play/pipeline/head There was a failure building this commit
test/pipeline/head There was a failure building this commit
added
2023-03-16 22:12:04 +01:00

8 lines
139 B
Groovy

stage('Setting the variables values') {
steps {
bash '''#!/bin/bash
echo "hello world"
'''
}
}