-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Blocker
-
Component/s: groovy-plugin
-
None
Hello,
we got a FileNotFound exception in groovy-plugin if jenkins tries to install automatic a new groovy version.
The problem is a missing letter "a" in the filename of the zip.
Â
FATAL: Failed to install https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/pache-groovy-binary-2.4.4.zip to .../tools/hudson.plugins.groovy.GroovyInstallation/groovy_3.0.6java.io.FileNotFoundException: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/pache-groovy-binary-2.4.4.zip
Â
Not working already used:
https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/pache-groovy-binary-2.4.4.zip
The correct URL:
https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-2.4.4.zip
How this can be fixed?
Â
Current used Versions:
Groovy-Plugin 2.3
Jenkins: 2.249.1
Thank you and BR