From 7bfe0187e918b09c54ea3cc0c7d488929745d4f3 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Fri, 6 Mar 2015 13:54:35 +0100 Subject: [PATCH] Forcing version 0.2.25 of jenkinsapi The version 0.2.26 required a consequent rewrite which still did not work because invoking a build was raising an exception. See https://github.com/salimfadhley/jenkinsapi/issues/335 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 605bed3..122f58b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ keyring>=3.5 -jenkinsapi>=0.2.25 +jenkinsapi==0.2.25 MySQL-python>=1.2.3 psycopg2>=2.4.5 requests>=2.2.1 -watchdog>=0.8.0 \ No newline at end of file +watchdog>=0.8.0 -- 2.11.0