mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
change params.CHANGE_BRANCH to env.CHANGE_BRANCH
This commit is contained in:
parent
e7f0ab6f19
commit
da1fc3288f
1 changed files with 1 additions and 1 deletions
2
.ci/lint
2
.ci/lint
|
@ -98,7 +98,7 @@ pipeline {
|
||||||
stage('linting all') {
|
stage('linting all') {
|
||||||
// perform a full linit if this is a merge forward and the change only lint passed.
|
// perform a full linit if this is a merge forward and the change only lint passed.
|
||||||
when {
|
when {
|
||||||
expression { return params.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
|
expression { return env.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('setup full') {
|
stage('setup full') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue