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

Jenkins 2.7.1 LTS Support #23

Closed nickgrealy closed 8 years ago

nickgrealy commented 8 years ago

Expected behaviour

The plugin should always support the most recent LTS version (currently 2.7.1). To ensure this, the coreVersion should always reflect the latest LTS. (Ideally we'd test/support all Jenkins versions for compatibility, but for now, the LTS is highest priority.)

Actual behaviour

Uses the earliest available version of Jenkins.

nickgrealy commented 8 years ago

Seems to be working fine...