Re: Fetching pipeline script from Git

2016-02-16 Thread Baptiste Mathus
Hi, the `parallel` step actually expects a map, not an array/list. That is, should be: `buildClosures = []` and something like buildClosures.put("the subbuild $i", curClosure) Cheers 2016-02-16 11:50 GMT+00:00 Tomasz Szandała : > Greetings, All, > I have the following script fetched from Gi

Fetching pipeline script from Git

2016-02-16 Thread Tomasz Szandała
Greetings, All, I have the following script fetched from Git using Pipeline Git plugin. Unortunatelly I'm getting the following error: *org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class org.jenkinsci.plugins.workflow.cps.steps.Paral