See Github releases
- merged Pull Request # 8 FIXED JENKINS-29924 Transform AbstractProject into Job for Workflow compatibility
- merged Pull Request # 7 FIXED JENKINS-29924 Items with non-AbstractProjects tasks block the build queue
- Fixed NPE when using existing build blocker config not having the new properties.
- Merge Pull Request #5 and #6 (avoid NPE and extended to block on node level and to scan the queue for builds in all states)
- Merged Pull Request #4 (Add form validation JENKINS-27411)
- Merged Pull Requests #2 (Added support for the Folders plugin) and #3 (Regex validation JENKINS-27402)
- added "executors.addAll(computer.getOneOffExecutors());" to get a build blocked by all Multi-Configuration-Job executions. Now a blocked build starts AFTER the whole blocking matrix build and not in the middle of it. ATTENTION: With Jenkins version 1.447 the blocked job got stuck in the queue. Now the plugin requires Jenkins version 1.466 to run.
Merged pull request of bramtassyns (#1) - Thanks for the great work!:
- FIX to work with matrix jobs
- jobs running and - new - in queue with matching names block the current job's start
- Added wiki url to pom.
- Initial commit.