update condition
testing/ogGui-multibranch/pipeline/head This commit looks good Details
oggui-debian-package/pipeline/tag This commit looks good Details
ogrepository/pipeline/tag Build started... Details
ogdhcp/pipeline/tag Build started... Details
ogboot/pipeline/tag Build started... Details
ogclone-engine/pipeline/tag Build started... Details

jenkins-deb 0.0.3
Nicolas Arenas 2025-03-18 00:52:43 +01:00
parent a7ce0f3859
commit b359703278
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pipeline {
stage('Generate Changelog') {
when {
expression {
return env.GIT_TAG_NAME != null
return env.TAG_NAME != null
}
}
steps {