Skip to content

Commit 299ab25

Browse files
committed
[CI] use obltGitHubComments
1 parent ff6f56b commit 299ab25

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
@@ -20,7 +20,7 @@ pipeline {
2020
quietPeriod(10)
2121
}
2222
triggers {
23-
issueCommentTrigger('(?i).*jenkins\\W+run\\W+(?:the\\W+)?tests(?:\\W+please)?.*')
23+
issueCommentTrigger("${obltGitHubComments()}")
2424
// Only master branch will run on a timer basis
2525
cron(env.BRANCH_NAME == 'master' ? '@daily' : '')
2626
}

0 commit comments

Comments
 (0)