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 ExecutorListener to handle task execute event #95

Closed lpb1 closed 5 months ago

lpb1 commented 6 months ago

What feature do you want to see added?

The plugin can use QueueListener handle Item(Task)'s Queue Event, but it can not get Task's execute status. ExecutorListener in hudson.model package can help us to handle Task Execution Events. doc: https://javadoc.jenkins.io/hudson/model/ExecutorListener.html

Upstream changes

No response

Are you interested in contributing this feature?

I have already added and tested this feature locally, how can I create a pull request to the repo?

raymondwu1 commented 6 months ago

Hi @lpb1, please see the contributing guidlines for how to create a PR for this repo.