Jenkins Build Flow Concurrent Extensions Plugin
December 12, 2014 ยท View on GitHub
Jenkins Build Flow Concurrent Extensions Plugin
This plugin provides DSL extensions to the BuildFlow plugin to allow better orchestration of concurrent jobs.
[]
(https://buildhive.cloudbees.com/job/jenkinsci/job/build-flow-extension-plugin/)
Sample Build Flow Content
def conc = x.foobar()
build("quickJob")
block("block1") {
build("slowerjob")
}
block("block2") {
build("reallyLongJob")
}
)
See the documentation and release notes at Build Flow Concurrent Extensions Plugin on the Jenkins Wiki for more information.
Other informations:
- Bug Tracker for known issues and expectations : [Jenkins Build Flow Concurrent Extensions Component](https://issues .jenkins-ci.org/browse/JENKINS/component/build-flow-extensions-plugin)
- Discussions on this plugin are hosted on jenkins-user mailing list