Skip to content

Commit

Permalink
[CI] use obltGitHubComments (#728)
Browse files Browse the repository at this point in the history
(cherry picked from commit a31ecb5)
  • Loading branch information
v1v authored and mergify-bot committed Sep 22, 2021
1 parent 1245f0c commit de3841d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
quietPeriod(10)
}
triggers {
issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|^\\/test$)')
issueCommentTrigger("${obltGitHubComments()}")
}
stages {
/**
Expand Down Expand Up @@ -103,4 +103,4 @@ def cleanup(){
deleteDir()
}
unstash 'source'
}
}

0 comments on commit de3841d

Please sign in to comment.