Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 174cb84

Browse files
authored
ci: add recheck trigger (#347)
Signed-off-by: Ernesto Ojeda <[email protected]>
1 parent 8eb47b9 commit 174cb84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ pipeline {
88
durabilityHint 'PERFORMANCE_OPTIMIZED'
99
timeout(360)
1010
}
11+
triggers {
12+
issueCommentTrigger('.*^recheck$.*')
13+
}
1114
stages {
1215
stage('Smoke Tests') {
1316
when {

0 commit comments

Comments
 (0)