jenkinsci / groovy-events-listener-plugin

A Jenkins plugin, which executes groovy code when an event occurs.
https://plugins.jenkins.io/groovy-events-listener-plugin/
MIT License
36 stars 34 forks source link

Add listener for Pipeline plugin events #20

Closed Jimilian closed 5 years ago

Jimilian commented 8 years ago

For more information look into: https://groups.google.com/forum/#!topic/jenkinsci-dev/PzLjXrm7S2g

@nickgrealy, what do you think?

nickgrealy commented 8 years ago

I'm not quite across what events are available for the Pipeline plugin, but if others are trying to tap into them, then I don't see why we can't/shouldn't as well. Have you used/Are you using the plugin?

I assume we just want to have our own copy of PipelineEventListener.java, correct?

PipelineEventChannel.Event

... uh I don't have the bandwidth atm to look into this... is this something you can champion?

Jimilian commented 8 years ago

@nickgrealy, yes, we are using pipeline plugin in some projects. And yes, I will be able to find some time to do it.

nickgrealy commented 8 years ago

@Jimilian -> Admin 👍

webratz commented 6 years ago

has that ever been implemented?