I use the groovy post-build plugin very often in my pipeline-based regression testing. It works great in pipeline.
You can read the details in my lts-with-plugins repository <https://github.com/MarkEWaite/docker-lfs/tree/lts-with-plugins>, including a "logContains" function <https://github.com/MarkEWaite/jenkins-bugs/blob/028bd80a6987e0cdc7d2ae4b5e7d61037d4483bb/vars/logContains.groovy> which uses manager. Mark Waite On Tue, Aug 29, 2017 at 4:00 AM Daniel Beck <[email protected]> wrote: > > > On 29. Aug 2017, at 03:31, Shiran <[email protected]> wrote: > > > > If not, than should I import any package for this? something? > > The plugin has supported Pipeline since 2.3 in 2015 (when it was still > called "workflow"). The 'manager' variable exists there as well. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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-users/950EDB1F-A5BA-4469-9D38-19A841280E27%40beckweb.net > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/CAO49JtGxtk8FNO5JGj16Janabsbv%2BJBrXjRjta6XKcDxo7iEBQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
