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

Plugin can't install due to groovy version #33

Closed louisdj closed 5 years ago

louisdj commented 7 years ago

Steps to reproduce

How can we reproduce the issue

  1. Setup jenkins docker version
  2. Install the plugin

Expected behaviour

The plugin should be installed

Actual behaviour

The plugin does not install. We receive an error about the Groovy version:

groovy-all is loaded in version 2.4.4 and you are trying to load version 2.4.7

Server configuration

Operating system: Docker

Jenkins Version: latest

Plugin Version: latest

FloriansGit commented 7 years ago

I had the same problem and for me it looks like a conflict between the Groovy version coming with Jenkins itself (2.4.4) and the Groovy version installed/linked in the Groovy Plugin https://plugins.jenkins.io/groovy

It worked when I removed all "Groovy installation" Groovy plugin configuration settings.