jenkins-job-builder-pipeline
jenkins-job-builder-pipeline copied to clipboard
Document installation
Hi, could you please add some info how to integrate the plugin to JJB?
Just install this module on the same machine that JJB is installed on. (You might want to use https://github.com/rusty-dev/jenkins-job-builder-pipeline/tree/stable until they merge latest changes to JJB)
What do you mean by "install this module on the same machine that JJB is installed on"? How?
pip install jenkins-job-builder-pipeline
does not work.
yeah, it's not on pypi, you can do sudo pip install git+https://github.com/rusty-dev/jenkins-job-builder-pipeline.git@stable or just clone the repo locally and run setup.py manually.