mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +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 {
|
||||
agent { label 'k8s' }
|
||||
options { timestamps() }
|
||||
options { timestamps()
|
||||
overrideIndexTriggers(false) }
|
||||
|
||||
triggers {
|
||||
issueCommentTrigger('.*smoke tests.*')
|
||||
|
Loading…
x
Reference in New Issue
Block a user