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