Turns out this is a problem with the python module and jenkins job builder.  We 
had to manually run the requirements to have it pull them in after job builder 
tasks were completed.


name: install jenkins-job-builder dependencies

   command: pip install -r requirements.txt


WILLIAM A. | Tooling – DevOps | ext. 5494

From: Simon Forsberg
Reply-To: 
"[email protected]<mailto:[email protected]>"
Date: Monday, June 8, 2015 at 5:58 AM
To: "[email protected]<mailto:[email protected]>"
Subject: [ansible-project] Re: ImportError: No module named six.moves

Hello,

I'm having the exact same issue. Havent done any changes.

Did you come up with a solution?

Thanks,
Simon

Den onsdag 20 maj 2015 kl. 14:41:00 UTC+2 skrev William Attwood:
Running Ansible 1.9.1 and Vagrant 1.7.2.   Recently, without code changes, and 
with software version updates, every job .yml file when doing a vagrant 
provision resulted in:

stderr: Traceback (most recent call last):
  File "/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 17, in 
<module>
    from six.moves import configparser, StringIO
ImportError: No module named six.moves

This will repeat for every job .yml file.  If I go into the machine it is 
failing on, and pip install six, it then starts to fail on the jenkins module, 
and so on and so forth.

--
You received this message because you are subscribed to a topic in the Google 
Groups "Ansible Project" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/ansible-project/mlBxxFkvNwM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
[email protected]<mailto:[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7accd85d-2f4a-41d3-a997-30fd9c1a2d31%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/7accd85d-2f4a-41d3-a997-30fd9c1a2d31%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/86AD14AE-44E4-49EC-9154-64F4E74DC617%40backcountry.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to