Skip to content

Commit 1164ad3

Browse files
authored
[CI] use obltGitHubComments (#101)
1 parent ae3cd07 commit 1164ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
quietPeriod(10)
2222
}
2323
triggers {
24-
issueCommentTrigger('(?i).*jenkins\\W+run\\W+(?:the\\W+)?tests(?:\\W+please)?.*')
24+
issueCommentTrigger("${obltGitHubComments()}")
2525
}
2626
stages {
2727
stage('Checkout') {

0 commit comments

Comments
 (0)