diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-15 19:06:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-15 19:06:49 +0200 |
commit | 11568a028a5b1e988cd3e57c921375660a8ca24a (patch) | |
tree | 3c82737aba53ba16c24ca855f25f1f1ab78a854f /job-cfg | |
parent | 8d2d1321f2ee700807d9c257638f54ae7de9311f (diff) | |
download | jenkins.debian.net-11568a028a5b1e988cd3e57c921375660a8ca24a.tar.xz |
use Throttle Concurrent Builds Plugin to do that for g-i installations
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 838f1da5..6eb3baa0 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -40,7 +40,10 @@ icon: /userContent/images/profitbricks-24x24.png - priority: job-prio: '80' - + - throttle: + max-total: 3 + categories: + - g-i-installation - defaults: name: g-i-installation-housekeeping description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}' |