diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-15 18:23:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-15 18:23:04 +0200 |
commit | d72ba10e4b9ddecea998db67a46082b21e344274 (patch) | |
tree | 116d0e709098675e5c6b932f25cb0da8bd3832ea | |
parent | e0cfc29e3042c57930927fa0d0f518bd41aba6f3 (diff) | |
download | jenkins.debian.net-d72ba10e4b9ddecea998db67a46082b21e344274.tar.xz |
priority sorter plugin: alternative yaml...
-rw-r--r-- | job-cfg/chroot-installation.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 3b1c5886..c8a89f68 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -29,7 +29,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - - priority: '110' + - priority: + job-prio: '110' - defaults: name: chroot-installation+trigger |