disabled scheduled builds
This commit is contained in:
parent
3623086912
commit
8fcc871833
1 changed files with 6 additions and 3 deletions
9
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
9
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue