Closed thors closed 7 years ago
How's this pull request coming along? Is it just waiting on the import
?
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.*).
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!
Hi, Should this PR be considered dead? I'm looking for such functionality.
@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?
@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.
see last comment
Changes proposed in this pull request:
@nickgrealy