Just update changelog if tag is set

jenkins-deb 0.0.2
Nicolas Arenas 2025-03-18 00:15:45 +01:00
parent e04a8204a7
commit 37c4dd47b7
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