fix: refs #8715 update condition for changelog stage in Jenkinsfile to use IS_PROTECTED_BRANCH
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-03-27 12:55:09 +01:00
parent adc208cb32
commit 6fc0bceb98
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -77,7 +77,7 @@ pipeline {
} }
stage('Changelog') { stage('Changelog') {
when { when {
expression { !PROTECTED_BRANCH } expression { !IS_PROTECTED_BRANCH }
} }
steps { steps {
script { script {