mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #50909 from damon-atkins/jenkins_pylint
Update .ci/lint fix CHANGE_BRANCH name
This commit is contained in:
commit
07fca64f85
2
.ci/lint
2
.ci/lint
@ -98,7 +98,7 @@ pipeline {
|
||||
stage('linting all') {
|
||||
// perform a full linit if this is a merge forward and the change only lint passed.
|
||||
when {
|
||||
expression { return params.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
|
||||
expression { return env.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
|
||||
}
|
||||
parallel {
|
||||
stage('setup full') {
|
||||
|
Loading…
Reference in New Issue
Block a user