Jenkins: start build at 3am utc +0 so its done by the EMEA morning

This commit is contained in:
Christian Poessinger 2021-09-02 17:39:18 +02:00
parent 1057736aba
commit d07f632e7d

2
Jenkinsfile vendored
View File

@ -54,7 +54,7 @@ pipeline {
}
}
triggers {
cron('30 5 * * *')
cron('H 3 * * *')
}
parameters {
string(name: 'BUILD_BY', defaultValue: 'autobuild@vyos.net', description: 'Builder identifier (e.g. jrandomhacker@example.net)')