diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-09 12:09:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-09 12:09:31 +0100 |
commit | 55938235cbb4f0fd896570af177193e799c2a9d2 (patch) | |
tree | ebcca7ddc7825d245afc56580153b9f60ebd1060 | |
parent | 8433c389888c85b034edd605bade8bc53f13a57e (diff) | |
download | vyos-build-55938235cbb4f0fd896570af177193e799c2a9d2.tar.gz vyos-build-55938235cbb4f0fd896570af177193e799c2a9d2.zip |
Jenkins: trigger builds at 0600 hours to not concur with other ISO build
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 0aad5fcb..93de8cd1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ pipeline { timestamps() } triggers { - cron('H 2 * * *') + cron('H 6 * * *') } agent { dockerfile { |