Skip to content

Commit

Permalink
Merge pull request #50909 from damon-atkins/jenkins_pylint
Browse files Browse the repository at this point in the history
Update .ci/lint fix CHANGE_BRANCH name
  • Loading branch information
s0undt3ch committed Dec 20, 2018
2 parents e7f0ab6 + da1fc32 commit 07fca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 07fca64

Please sign in to comment.