From: Frederic Massart Date: Fri, 6 Mar 2015 12:54:35 +0000 (+0100) Subject: Forcing version 0.2.25 of jenkinsapi X-Git-Tag: v1.5.0~8 X-Git-Url: http://git.cameron1729.xyz/?p=mdk.git;a=commitdiff_plain;h=7bfe0187e918b09c54ea3cc0c7d488929745d4f3 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 --- 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