On Fri, Jul 24, 2015 at 12:00 PM, James Strachan <[email protected]> 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 create a `Step` which does just the Hubot notification itself, then create a higher-level DSL that calls it together with `input` in a recommended way. `docker-workflow` does something like this. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3veiKro%3DHjxypQYLgt8JwXZiwR-qpqMvOuMrO4xKW-Vw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
