Skip to content

jenkinsci/buildflow-extensions-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 12, 2014
26d3305 · Dec 12, 2014

History

12 Commits
Dec 2, 2013
Sep 6, 2013
Sep 6, 2013
Dec 12, 2014
Jul 29, 2014

Repository files navigation

Jenkins Build Flow Concurrent Extensions Plugin

This plugin provides DSL extensions to the BuildFlow plugin to allow better orchestration of concurrent jobs.

[Build Status] (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