diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-04-17 18:53:48 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-04-17 18:53:48 +0200 |
commit | 58bb23907d42ff64c4d3b344f4b94a5c4128ce2a (patch) | |
tree | ec1a3ab73f739e1cb4840a35f4cc498f7eb2084c /job-cfg | |
parent | 535c9b0b5e07e9d62a840d703e3cbd940ccf9fb6 (diff) | |
download | jenkins.debian.net-58bb23907d42ff64c4d3b344f4b94a5c4128ce2a.tar.xz |
adjust rebootstrap job priority
They work the other way round. High numbers are last in the queue.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/rebootstrap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml index fcb2c72d..5684f657 100644 --- a/job-cfg/rebootstrap.yaml +++ b/job-cfg/rebootstrap.yaml @@ -15,7 +15,7 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - priority: - job-prio: '90' + job-prio: '150' - throttle: max-total: 2 max-per-node: 2 |