Trying to ignore push events for Windows Server builds (#6383)

This commit is contained in:
Waldemar Żurowski 2020-06-19 22:03:09 +01:00 committed by GitHub
parent 8a601e6d62
commit ac0e35c854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,9 @@ 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
overrideIndexTriggers (!isReleaseBranch)
} }
parameters { parameters {