[workflow-plugin] is it possible to use the stage step to serialize execution of builds?

2015-01-06 Thread Alexander Bertram
Hi there, I'm using workflow plugin to automate a workflow where new features are submitted as pull requests to the master branch of a git repository. Once the feature has been tested independently we schedule a 'release' workflow job that is meant to: 1. Merges the pull-request locally 2.

Re: Workflow: How to get entire workflow definition from SCM

2015-01-03 Thread Alexander Bertram
One of the components of the workflow system is a plugin that provides a global git repository where you can push your groovy build scripts. https://github.com/jenkinsci/workflow-plugin/tree/master/cps-global-lib This is really quite nice because you can develop your build workflow in groovy in

Re: [workflow-plugin] dependencies between parallel steps?

2014-12-19 Thread Alexander Bertram
in parallel 2014-12-14 18:26 GMT-08:00 Alexander Bertram al...@bedatadriven.com javascript:: I'm experimenting with the moving some hacky build proccesses into the great new workflow plugin, but not sure how to best handle dependencies between parallel steps. The workflow is meant to test

[workflow-plugin] dependencies between parallel steps?

2014-12-14 Thread Alexander Bertram
I'm experimenting with the moving some hacky build proccesses into the great new workflow plugin, but not sure how to best handle dependencies between parallel steps. The workflow is meant to test a release candidate of an R-language interpreter against a library of a few thousand packages,