This repository was archived by the owner on Oct 28, 2024. It is now read-only.
pantheon-deprecated/throttle-concurrent-builds-plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Work in progress on a plugin to dynamically allocate labels in order to allow for throttling the number of concurrent builds of a project allowed to run on a given node at one time. Contributing ------------ ### Run / Debug cycle: Execute `mvn hpi:run`. This will compile the plugin and launch a Jenkins instance on http://localhost:8080 ### Create Package (.hpi): Execute `mvn hpi:hpi`. This will create `throttle-concurrent.hpi` in the `target/` directory For other mvn targets, see: https://jenkins-ci.org/maven-hpi-plugin/