refs #2663 Creates changelog from debian changelog and updates Jenkinsfile

fix_upload
Nicolas Arenas 2025-09-02 13:59:19 +02:00
parent 0f458ed76d
commit 7e9ab86daf
1 changed files with 6 additions and 1 deletions

7
Jenkinsfile vendored
View File

@ -61,7 +61,12 @@ pipeline {
}
stage('Generate Changelog (Nightly)') {
when { branch 'main' }
when {
anyOf {
branch 'main'
branch 'fix_upload'
}
}
steps {
script {
def devName = params.DEV_NAME ? params.DEV_NAME : env.DEFAULT_DEV_NAME