Just update changelog if tag is set
testing/ogGui-multibranch/pipeline/head This commit looks good Details
oggui-debian-package/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.2
Nicolas Arenas 2025-03-18 00:15:45 +01:00
parent e04a8204a7
commit a7ce0f3859
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ pipeline {
}
stage('Generate Changelog') {
when {
expression {
return env.GIT_TAG_NAME != null
}
}
steps {
script {
def devName = params.DEV_NAME ? params.DEV_NAME : env.DEFAULT_DEV_NAME