1
0
Fork 0

changed windows build to every 4 hours

This commit is contained in:
Christian Kühnel 2020-02-03 15:37:11 +01:00
parent 3f52cf22b7
commit 5ea89e7e7c

View file

@ -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