develop
Niclas Thobaben 2022-08-14 12:36:55 +02:00
parent 96364b5664
commit c4c0722434
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
environment {
CUSTOM_TAG = sh(returnStdout: true, script: "git tag --contains").trim()
}
@ -11,6 +11,7 @@ pipeline {
steps {
script {
CUSTOM_TAG = sh(returnStdout: true, script: "git tag --contains").trim()
echo CUSTOM_TAG
}
echo sh(script: 'env|sort', returnStdout: true)
echo "${CUSTOM_TAG}"