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 pipeline events #22

Closed thors closed 7 years ago

thors commented 8 years ago

Changes proposed in this pull request:

@nickgrealy

nickgrealy commented 8 years ago

How's this pull request coming along? Is it just waiting on the import?

Jimilian commented 8 years ago

Hi! @thors is on vacation now. If I remember correctly, removing import didn't fix issue. It looks like it needs dependency to pipeline plugin. What do you think? Is it ok? (Pipeline plugin should be installed by default since 2.*).

nickgrealy commented 8 years ago

Yeh, that should be fine. I changed the core jenkins plugin to 2.7.1 (in build.gradle - #23), so if 2+ has pipeline plugin by default, then no problem!

afeblot commented 7 years ago

Hi, Should this PR be considered dead? I'm looking for such functionality.

Jimilian commented 7 years ago

@afeblot, yes. more or less. Basically, Groovy Event Listener supports pipeline jobs. The problem is that each job will be considered as one big chunk :) What are you looking for?

afeblot commented 7 years ago

@Jimilian, Oh great, that would would be good enough for me although being called for each stage or step would be a nice bonus. I wrongly assumed from the pull request title that pipelines were not supported at all.

thors commented 7 years ago

see last comment