[Qa-jenkins-scm] [jenkins.debian.net] 01/01: try to not use quotes around integer to make j-j-b happy
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 10 17:34:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 83d8fe7a74aa48b8ac1ae171213ff4653b3fd9b5
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Dec 10 18:34:01 2015 +0100
try to not use quotes around integer to make j-j-b happy
---
job-cfg/chroot-installation.yaml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ebe43d5..d7452ab 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list