changed windows build to every 4 hours
This commit is contained in:
parent
3f52cf22b7
commit
5ea89e7e7c
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
agent { label 'windows' }
|
agent { label 'windows' }
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM 'H H/2 * * *'
|
pollSCM 'H H/4 * * *'
|
||||||
}
|
}
|
||||||
|
|
||||||
// enable timestaps for getting execution times
|
// enable timestaps for getting execution times
|
||||||
|
|
Loading…
Reference in a new issue