Skip to content

Commit

Permalink
chore: for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 6, 2020
1 parent af05adb commit 3ab19a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ def loadConfigEnvVars(){

// Skip all the stages for PRs with changes in the docs only
env.ONLY_DOCS = !params.runAllStages &&
isGitRegionMatch(patterns: [ '^docs/.*' ], shouldMatchAll: true)
isGitRegionMatch(patterns: [ '(^docs/.*|Jenkinsfile)' ], shouldMatchAll: true)
}

/**
Expand Down

0 comments on commit 3ab19a3

Please sign in to comment.