1
0
Fork 0

enabnled 2h trigger again

This commit is contained in:
Christian Kühnel 2019-12-17 09:17:33 +01:00
parent adf51c6551
commit 7b87d4ea13

View file

@ -15,13 +15,13 @@
pipeline { pipeline {
agent { label 'windows' } agent { label 'windows' }
// TODO(christian.kuehnel): re-enable scheduled builds triggers {
// once the pipeline works properly pollSCM '0 H/2 * * *'
//triggers { }
// pollSCM '0 H/2 * * *'
//}
// enable timestaps for getting execution times // enable timestaps for getting execution times
options { timestamps () } options { timestamps () }
environment { environment {
BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}" BUILD_ID = "${JOB_BASE_NAME}-${BUILD_NUMBER}"
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts" SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"