mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Prevent on-demand tests re-triggering from branch indexing
This commit is contained in:
parent
3fc916fb6c
commit
2851534ae7
5
.ci/dev/smoke/Jenkinsfile
vendored
5
.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.*')
|
||||
@ -94,4 +95,4 @@ def currentBuildTriggeredByComment() {
|
||||
}
|
||||
|
||||
return triggerCause != null
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user