Re: [workflow] can a Step create child Steps?

2015-07-27 Thread Jesse Glick
On Fri, Jul 24, 2015 at 12:00 PM, James Strachan james.strac...@gmail.com wrote: I wonder has anyone ever tried such a thing; written a Step which creates one or more child steps itself? There is no API which would permit a `StepExecution` to create and run another one. What you *can* do is to

[workflow] can a Step create child Steps?

2015-07-24 Thread James Strachan
I've dipped my toe into the world of writing Jenkins Workflow Steps; so far so good! I've written a little hubot chat bot approval step as a kinda facade/decorator of InputStep: https://github.com/fabric8io/fabric8-jenkins-workflow-steps#hubotapprove whats a bit smelly though is that the