** Changed in: python-jenkins Status: Invalid => Fix Released ** Changed in: openstack-ci Assignee: Sorin Sbarnea (ssbarnea) => (unassigned)
-- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenkins. https://bugs.launchpad.net/bugs/1381403 Title: jenkins-job-builder does not work with python-six-1.3.0 from RHEL7 Status in OpenStack Core Infrastructure: New Status in Python Jenkins: Fix Released Bug description: jenkins-job-builder should require specific python-six version because it does not work with python-six comming with RHEL7: jenkins-jobs --conf xyz.ini --ignore-cache update <path_to_files>/ci-opts-projex/jobs/ Traceback (most recent call last): File "/usr/bin/jenkins-jobs", line 6, in <module> from jenkins_jobs.cmd import main File "/usr/lib/python2.7/site-packages/jenkins_jobs/cmd.py", line 24, in <module> from jenkins_jobs.builder import Builder File "/usr/lib/python2.7/site-packages/jenkins_jobs/builder.py", line 27, in <module> import jenkins File "/usr/lib/python2.7/site-packages/jenkins/__init__.py", line 52, in <module> from six.moves.http_client import BadStatusLine ImportError: No module named http_client # rpm -q python python-six python-2.7.5-16.el7.x86_64 python-six-1.3.0-4.el7.noarch To manage notifications about this bug go to: https://bugs.launchpad.net/openstack-ci/+bug/1381403/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp