Branch: refs/heads/master
Home: https://github.com/jenkinsci/build-flow-plugin
Commit: a19e530f5dd3a13c263020c21bbe4fb8f9c8a63a
https://github.com/jenkinsci/build-flow-plugin/commit/a19e530f5dd3a13c263020c21bbe4fb8f9c8a63a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M src/main/groovy/com/cloudbees/plugins/flow/FlowDSL.groovy
Log Message:
-----------
this overloaded version helps with programmatic construction of parallel
tasks.
Such as...
parallel(["Kohsuke","Nicolas"].collect { name -> return { build("job1",
param1:name) } })
Commit: ca81b6149603a29731da8a1446ddeb903cfbd0b8
https://github.com/jenkinsci/build-flow-plugin/commit/ca81b6149603a29731da8a1446ddeb903cfbd0b8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
A src/main/resources/com/cloudbees/plugins/flow/BuildFlow/help-dsl.html
Log Message:
-----------
added a very simple help message that provides the pointer to the
documentation on Wiki
Commit: f6847dc6013b1ea90f76532c3164db1d61773c7a
https://github.com/jenkinsci/build-flow-plugin/commit/f6847dc6013b1ea90f76532c3164db1d61773c7a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M
src/main/resources/com/cloudbees/plugins/flow/BuildFlow/configure-entries.jelly
Log Message:
-----------
given that the flow DSL is the main meat of this configuration screen, I
think it deserves a section
Commit: 26a0ffe03f44eaa70e3721e8ba6460e5b603970b
https://github.com/jenkinsci/build-flow-plugin/commit/26a0ffe03f44eaa70e3721e8ba6460e5b603970b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
R build-flow-plugin.ipr
R build-flow-plugin.iws
Log Message:
-----------
Project files shouldn't be version controlled.
Compare:
https://github.com/jenkinsci/build-flow-plugin/compare/d99459a6c11c...26a0ffe03f44