mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Cosmetic change for Windows Server builds
This commit is contained in:
parent
ac0e35c854
commit
a7644dab8b
8
.ci/dev/mswin/Jenkinsfile
vendored
8
.ci/dev/mswin/Jenkinsfile
vendored
@ -28,8 +28,12 @@ pipeline {
|
||||
ansiColor('xterm')
|
||||
timestamps()
|
||||
timeout(time: 3, unit: 'HOURS')
|
||||
// overrideIndexTriggers true // works as expected for PRs
|
||||
// overrideIndexTriggers false // works as expected for non PRs
|
||||
|
||||
/*
|
||||
* a bit awkward to read
|
||||
* is parameter is true -> push events are *not* ignored
|
||||
* if parameter is false -> push events *are* ignored
|
||||
*/
|
||||
overrideIndexTriggers (!isReleaseBranch)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user