Cosmetic change for Windows Server builds

This commit is contained in:
Waldemar Zurowski 2020-06-19 22:09:02 +01:00
parent ac0e35c854
commit a7644dab8b

View File

@ -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)
}