1
0
Fork 0

disabled scheduled builds

This commit is contained in:
Christian Kühnel 2019-12-13 15:19:30 +00:00
parent 3623086912
commit 8fcc871833

View file

@ -14,9 +14,12 @@
pipeline {
agent { label 'windows' }
triggers {
pollSCM '0 H/2 * * *'
}
// TODO(christian.kuehnel): re-enable scheduled builds
// once the pipeline works properly
//triggers {
// pollSCM '0 H/2 * * *'
//}
// enable timestaps for getting execution times
options { timestamps () }
environment {