mirror of
https://github.com/corda/corda.git
synced 2025-06-10 03:11:44 +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')
|
ansiColor('xterm')
|
||||||
timestamps()
|
timestamps()
|
||||||
timeout(time: 3, unit: 'HOURS')
|
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)
|
overrideIndexTriggers (!isReleaseBranch)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user