Skip to content

Commit

Permalink
[CI] use obltGitHubComments (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 22, 2021
1 parent b9a58de commit 5517149
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 @@ -30,7 +30,7 @@ pipeline {
quietPeriod(10)
}
triggers {
issueCommentTrigger('(?i).*(?:jenkins\\W+)?run\\W+(?:the\\W+)?(?:benchmark\\W+)?tests(?:\\W+please)?.*')
issueCommentTrigger("(${obltGitHubComments()}|^run benchmark tests)")
}
parameters {
string(name: 'GO_VERSION', defaultValue: "1.15.10", description: "Go version to use.")
Expand Down

0 comments on commit 5517149

Please sign in to comment.