develop
Niclas Thobaben 2022-08-14 12:35:12 +02:00
parent 7048b57469
commit 7d1b01e62f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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