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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
adc208cb32
commit
6fc0bceb98
|
@ -77,7 +77,7 @@ pipeline {
|
|||
}
|
||||
stage('Changelog') {
|
||||
when {
|
||||
expression { !PROTECTED_BRANCH }
|
||||
expression { !IS_PROTECTED_BRANCH }
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in New Issue