Skip to content

Commit

Permalink
[CI] use obltGitHubComments (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 22, 2021
1 parent f3e672a commit 81c66f0
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 @@ -28,7 +28,7 @@ pipeline {
quietPeriod(10)
}
triggers {
issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|^\\/test$)')
issueCommentTrigger("${obltGitHubComments()}")
}
stages {
stage('Initializing'){
Expand Down

0 comments on commit 81c66f0

Please sign in to comment.