Skip to content

Commit

Permalink
for testing purposes only
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 15, 2019
1 parent 3fbd6ec commit ea4c94c
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 @@ -69,7 +69,7 @@ pipeline {
env.BEATS_UPDATED = isGitRegionMatch(patterns: regexps)

// Skip all the stages except docs for PR's with asciidoc changes only
env.ONLY_DOCS = isGitRegionMatch(patterns: [ '**/*.asciidoc', 'Jenkinsfile' ], shouldMatchAll: true)
env.ONLY_DOCS = isGitRegionMatch(patterns: [ '.*.asciidoc', 'Jenkinsfile' ], shouldMatchAll: false)
}
}
}
Expand Down

0 comments on commit ea4c94c

Please sign in to comment.