Skip to content

Commit

Permalink
[CI] use obltGitHubComments (elastic#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 22, 2021
1 parent bd41323 commit 95673bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
quietPeriod(10)
}
triggers {
issueCommentTrigger('(?i).*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*')
issueCommentTrigger("${obltGitHubComments()}")
}
stages {
/**
Expand Down

0 comments on commit 95673bb

Please sign in to comment.