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>
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