From c7a8dfee606dd4555c19233900425f48633bdf01 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 7 Jun 2018 16:07:16 -0400 Subject: [PATCH] Pin python-jenkins to 0.4.16 It seems python-jenkins 1.0.0 broke the run_scripts() function which we use to run the jenkins-cfg commands. Pin to the older version until we figure out why. Change-Id: I9e643e3aafbc9eb680fd3b8181a0d8b4806060ac Signed-off-by: Thanh Ha --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bfe5f33d..7f472644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click pyyaml requests~=2.18.0 setuptools>=36.5.0 -python-jenkins~=1.0.0 +python-jenkins~=0.4.16 # Regression in run_script() with 1.0.0 # workarounds to prevent upstream from breaking us netifaces==0.10.5 -- 2.16.6