Ok thanks, there is a open ticket for the Bitbucket notifier https://issues.jenkins-ci.org/browse/JENKINS-33841
So this means that each plugin has to implement the pipeline support before it can be used. thanks Jan On 25 April 2016 at 19:12:40, Mark Waite ([email protected]) wrote: The JUnit plugin has been extended to support pipeline. Refer to https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md for an example of how to use it in a pipeline. I don't see any mention of pipeline enabling changing in the BitBucket Build Status Notifier Plugin or the Cobertura Plugin. Mark Waite On Mon, Apr 25, 2016 at 11:06 AM Jan Chaloupecky <[email protected]> wrote: Hello, I have a Jenkinsfile in my project that triggers different build steps from checking out the sources through testing/building my project. I would like to know if I can call some other Jenkins plugins from the Jenkinsfile. In my non-pipeline projects I was using some "post build actions" such as https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Build+Status+Notifier+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin Is this something that has to be implemented by the plugin itself or is there a way to call those plugins from the Jenkinsfile ? cheers, Jan -- 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/7f670704-51a6-4d95-ab22-a7f08746eb36%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/ZTaU0kUOqGU/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtG-8E%3DafKyEK9cCrd%3D2mpjL7s8Yfoy7zThAN3q1vjFj_g%40mail.gmail.com. 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/etPan.571e51eb.269ab7bb.dc32%40LAP33.local. For more options, visit https://groups.google.com/d/optout.
