diff options
author | Philip Hands <phil@hands.com> | 2016-06-01 09:12:54 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-01 20:00:27 +0200 |
commit | 9cd2c7155949e7f0b7c0c204cecffba79a055871 (patch) | |
tree | 6691116ce7c63afd2f59ac45c3ff4c981107c65a /job-cfg | |
parent | ce3295ea2cffd8a4f25d5b7ad6f93bf25ed64086 (diff) | |
download | jenkins.debian.net-9cd2c7155949e7f0b7c0c204cecffba79a055871.tar.xz |
lvc: run the daily job a few times a day
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index deb63580..f2f82ca0 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -67,3 +67,4 @@ - 'debian-testing-daily': dist_name: 'Debian-Installer Testing (Daily)' my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_time: 'H */8 * * *' |