mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Trying to ignore push events for Windows Server builds (#6383)
This commit is contained in:
parent
8a601e6d62
commit
ac0e35c854
3
.ci/dev/mswin/Jenkinsfile
vendored
3
.ci/dev/mswin/Jenkinsfile
vendored
@ -28,6 +28,9 @@ pipeline {
|
||||
ansiColor('xterm')
|
||||
timestamps()
|
||||
timeout(time: 3, unit: 'HOURS')
|
||||
// overrideIndexTriggers true // works as expected for PRs
|
||||
// overrideIndexTriggers false // works as expected for non PRs
|
||||
overrideIndexTriggers (!isReleaseBranch)
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
Loading…
Reference in New Issue
Block a user