On Mon, Sep 26, 2016 at 10:11 AM, Julien HENRY <[email protected]> wrote: > What is "durable step"? Our primary source of information was > https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md and it > is not mentioned.
That links to https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/README.md > Is it possible to > migrate a Builder to a durable step? No, they are conceptually incompatible. https://github.com/jenkinsci/workflow-cps-plugin/pull/59 would provide an easy way to provide something that looks like a first-class step, complete with _Snippet Generator_ support, while internally calling things like `sh` to launch any potentially long-running processes. > all our documentation refers to these two distinct steps > (begin / end). We think it would be easier for people to understand how to > write a MSBuild pipeline if we keep the same naming. Only if they were starting from a freestyle project, I think. -- 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/CANfRfr3odYPc2-Wj7xFGy9bRfB-hYx0VLreK09QGkgcms48h7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
