Skip to content

Commit

Permalink
[CI] use obltGitHubComments (elastic#28030)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 22, 2021
1 parent cdd4b32 commit b7283c7
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 @@ -36,7 +36,7 @@ pipeline {
rateLimitBuilds(throttle: [count: 60, durationName: 'hour', userBoost: true])
}
triggers {
issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|^/test(?:\\W+.*)?$)')
issueCommentTrigger("${obltGitHubComments()}")
}
parameters {
booleanParam(name: 'allCloudTests', defaultValue: false, description: 'Run all cloud integration tests.')
Expand Down

0 comments on commit b7283c7

Please sign in to comment.