diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 18:34:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 18:34:01 +0100 |
commit | 83d8fe7a74aa48b8ac1ae171213ff4653b3fd9b5 (patch) | |
tree | e0aa20384029a2e06998d6280df5a8bd4d3ee945 | |
parent | 3e957fb19cfb33517130f62508691497a86a74bb (diff) | |
download | jenkins.debian.net-83d8fe7a74aa48b8ac1ae171213ff4653b3fd9b5.tar.xz |
try to not use quotes around integer to make j-j-b happy
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index ebe43d58..d7452aba 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -189,7 +189,7 @@ print(""" text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - priority-sorter: - priority: '{my_prio}' + priority: {my_prio} - throttle: max-total: 6 max-per-node: 6 |