On Tue, Aug 8, 2017 at 6:24 PM, Kyle Flavin <[email protected]> wrote: > There's the Bamboo Notifier, > but it isn't specifically built for use with pipeline.
Best to amend the existing plugin. https://github.com/jenkinsci/bamboo-notifier-plugin/blob/37fb624a29ff66865d07e243103eb55ca944b230/src/main/java/hudson/plugins/bamboo/BambooNotifier.java#L28 *could* be made a `SimpleBuildStep`, but it would not work that well pending JENKINS-46175. Just file a PR adding a dep on `workflow-step-api` to this plugin and put the step there. -- 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/CANfRfr1%2B7okYrGa6rf14PePY9x%3DxE0E3%2BENLKRS6NCZxFPzG7g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
