diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-15 18:03:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-15 18:03:46 +0200 |
commit | e0cfc29e3042c57930927fa0d0f518bd41aba6f3 (patch) | |
tree | 124c089e64679a4e77059b9f3607b1127c481e27 | |
parent | 46c7c3013e3f7a403f0fa2b643a2615de225137d (diff) | |
download | jenkins.debian.net-e0cfc29e3042c57930927fa0d0f518bd41aba6f3.tar.xz |
Start using Priority Sorter Plugin
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | job-cfg/chroot-installation.yaml | 1 |
3 files changed, 2 insertions, 1 deletions
@@ -40,6 +40,7 @@ I would prefer to run a jenkins package from wheezy-backports. * Dependency Graph Viewer Plugin * View Job Filters * Console Column Plugin +* Priority Sorter Plugin * Next Executions Plugin * Sidebar Link @@ -27,7 +27,6 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian. * push jenkins munin plugins upstream * rgrep for ftp.de and put this into a config file. and then put other stuff in that config file, like webserver for d-i preseeding. etc. * use these plugins to make sure jenkins is never blocked too badly: -** https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin ** https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin or https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin ** https://wiki.jenkins-ci.org/display/JENKINS/Heavy+Job+Plugin diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index fe154efc..3b1c5886 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -29,6 +29,7 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - priority: '110' - defaults: name: chroot-installation+trigger |