Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-65373

FileNotFound Exception in groovy-plugin automated installation

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Blocker Blocker
    • 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

          [JENKINS-65373] FileNotFound Exception in groovy-plugin automated installation

          manhole added a comment -

          The URL for groovy is in the JENKINS_HOME/updates/hudson.plugins.groovy.GroovyInstaller file. Is the groovy URL in the file correct?
          If it is not, try clicking the "Check now" button on the Plugin Manager screen. The file will be updated.

          manhole added a comment - The URL for groovy is in the JENKINS_HOME/updates/hudson.plugins.groovy.GroovyInstaller file. Is the groovy URL in the file correct? If it is not, try clicking the "Check now" button on the Plugin Manager screen. The file will be updated.

          In the file the URls are now uptodate (however).

          Thanks for your support

          Thomas Drexler added a comment - In the file the URls are now uptodate (however). Thanks for your support

            vjuranek vjuranek
            tomstar Thomas Drexler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: