Plugin Information |
---|
No information for the plugin 'prebuild' is available. It may have been removed from distribution. |
PreBuild plugin makes it possible to perform a pre-integration of Jenkins jobs.
Features
- Generates a derived job from your production job by applying a transformation procedure (an XSL).
- Launches a build to a pre-build job.
Uses cases
- To create a pre build job POST <jenkins_url>/prebuild/jobs/<ref_job_name>?name=<npreBuild_job_name>
Example : curl -i -X POST -F "xslFile=@config.xsl" http://localhost:8080/plugin/prebuild/createJob/jobs/refJobName?newJobName=preBuildJobName - To launch a build with GET <jenkins_url>/prebuild/build/jobs/<pre_build_job_name>
ChangeLog
- in trunk