diff options
-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 |