diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-01 02:06:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-01 02:06:30 +0100 |
commit | 2b351c7315af7602bda32837fe108844f258e20f (patch) | |
tree | 289e544289348a18ae55ac459d743da2a078a32b /job-cfg | |
parent | f261977ee63fd72f7692abc5f9b2b359e333c322 (diff) | |
download | jenkins.debian.net-2b351c7315af7602bda32837fe108844f258e20f.tar.xz |
job/c-i.py: now fix time trigger
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 567e3e80..018d49e3 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -214,7 +214,7 @@ for base_distro in sorted(base_distros): description = 'Housekeeping job for chroot-installation_'+base_distro+'_* jobs, do some cleanups and monitoring so that there is a predictable environment.' shell = '/srv/jenkins/bin/housekeeping.sh chroot-installation_'+base_distro prio = 135 - trigger_times[base_distro] + time = trigger_times[base_distro] trigger = 'chroot-installation_'+base_distro+'_bootstrap' elif target == 'bootstrap': description = 'Debootstrap '+base_distro+'.' |