jenkins-job-builder-pipeline icon indicating copy to clipboard operation
jenkins-job-builder-pipeline copied to clipboard

Document installation

Open bezda opened this issue 9 years ago • 3 comments

Hi, could you please add some info how to integrate the plugin to JJB?

bezda avatar Nov 03 '16 16:11 bezda

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)

rusty-dev avatar Nov 04 '16 09:11 rusty-dev

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.

RudolfVonKrugstein avatar Jan 16 '17 10:01 RudolfVonKrugstein

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.

rusty-dev avatar Jan 16 '17 16:01 rusty-dev