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

Upgrade groovy to 2.4.11 #50

Closed AlbanAndrieu closed 4 years ago

AlbanAndrieu commented 4 years ago

Fixes https://github.com/jenkinsci/groovy-events-listener-plugin/issues/49

Event groovy listener is not working with current jenkins version

See https://jenkins.io/changelog-stable/ Notable changes since 2.60.3: Upgrade Groovy from 2.4.8 to 2.4.11. (Groovy 2.4.9 changelog, Groovy 2.4.10 changelog, Groovy 2.4.11 changelog)

Changes proposed

Checklist

Notify

@markyjackson-taulia


This change is Reviewable

darxriggs commented 4 years ago

Just for clarification: This pull request missed to change the proper settings and therefore the HPI file still contains Groovy 2.4.8. The issue will correctly be fixed in pull request #53.