mirror of
https://github.com/corda/corda.git
synced 2025-02-22 10:10:59 +00:00
Merge pull request #5802 from corda/ramzi/TM-141
Prevent on-demand tests re-triggering from branch indexing
This commit is contained in:
commit
ec8f0a6db1
3
.ci/dev/smoke/Jenkinsfile
vendored
3
.ci/dev/smoke/Jenkinsfile
vendored
@ -5,7 +5,8 @@ killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
|
|||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'k8s' }
|
agent { label 'k8s' }
|
||||||
options { timestamps() }
|
options { timestamps()
|
||||||
|
overrideIndexTriggers(false) }
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
issueCommentTrigger('.*smoke tests.*')
|
issueCommentTrigger('.*smoke tests.*')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user