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.
Hmm... how does ansible figure into this? Looking at the traceback it seems like the jenkins-job tool is somehow miss-installed (it's not finding its required libraries).
-Toshio
> --
> 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 ansible-proje...@googlegroups.com.
> To post to this group, send email to ansible...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/49bde536-b476-4cc0-8e0a-f20d300d4338%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
name: install jenkins-job-builder dependencies
command: pip install -r requirements.txt