From 3078d26d0aa0960e77a1d5d466361b8bbf86190d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 26 Oct 2015 08:14:19 -0400 Subject: [PATCH] use 0.4.7 of python jenkins Signed-off-by: Alfredo Deza --- ansible/slave.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 52c86e03..8dd38c3b 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -97,7 +97,8 @@ - name: install python-jenkins sudo: true - pip: name=python-jenkins + # https://bugs.launchpad.net/python-jenkins/+bug/1500898 + pip: name=python-jenkins version=0.4.7 - name: register the new slave to jenkins master jenkins-node: -- 2.39.5