Pin python-jenkins to 0.4.16 06/11106/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Jun 2018 20:07:16 +0000 (16:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Jun 2018 20:12:40 +0000 (16:12 -0400)
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 <thanh.ha@linuxfoundation.org>
requirements.txt

index bfe5f33..7f47264 100644 (file)
@@ -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