From 632a2b6059356bc5ac3de7f6ace576f6404d6046 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 13 Jul 2018 11:42:53 -0400 Subject: [PATCH] Update to python-jenkins 1.1.0 Pull in feature to detect groovy script failures allowing better error detection and to actually return a proper error code when a script fails. Change-Id: I1e8735519060a024ab725373b3d76b11c89818d4 Signed-off-by: Thanh Ha --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f472644..2015e890 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click pyyaml requests~=2.18.0 setuptools>=36.5.0 -python-jenkins~=0.4.16 # Regression in run_script() with 1.0.0 +python-jenkins~=1.1.0 # workarounds to prevent upstream from breaking us netifaces==0.10.5 -- 2.16.6