develop
Niclas Thobaben 2022-08-14 12:34:35 +02:00
parent 9863598fee
commit 7048b57469
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -9,6 +9,9 @@ pipeline {
stages {
stage('TEST') {
steps {
script {
CUSTOM_TAG = sh(returnStdout: true, script: "git tag --contains").trim()
}
echo sh(script: 'env|sort', returnStdout: true)
}
}