enabnled 2h trigger again
This commit is contained in:
parent
adf51c6551
commit
7b87d4ea13
1 changed files with 5 additions and 5 deletions
10
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
10
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue