rusty-dev / jenkins-job-builder-pipeline

Pipeline support for jenkins-job-builder
Apache License 2.0
19 stars 12 forks source link

Document installation #2

Open bezda opened 7 years ago

bezda commented 7 years ago

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

rusty-dev commented 7 years ago

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)

RudolfVonKrugstein commented 7 years ago

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.

rusty-dev commented 7 years ago

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.