Wiki
prereq-buildstep-plugin / Home
Prerequisite build step plugin
The Prerequisite build step plug in allows you to verify the state of other jobs and fail the build if needed.
How to use
There are only two settings to configure after adding the build step to your job.
- Projects: comma separated list of projects to check
- Warning only mode: If this is activated then the build will not be failed even if the checks are failed
When a job is checked the following conditions must be validated before the job is marked passed.
- The job must exist
- The job must have been built at least once
- The job cannot currently be building
- The last completed build must have resulted in a stable (blue) build.
compatibility
The plug in is compiled against Hudson 1.392 and should therefore work with both Hudson and Jenkins
Issues
Please file any issue here at bitbucket as I don't want to watch both Hudson JIRA and Jenkins JIRA
Changelog
1.0 Initial release failed
1.1 First release
Updated