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

Gradle Plugin - Gradle distribution URL has changed

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • gradle-plugin
    • None

      The lastest Gradle distribution (1.0 milestone 9) cannot be selected in the "Install from Gradle.org" drop down list.

      I would guess that this is because the Gradle distrubition URL has changed from http://repo.gradle.org/gradle/distributions to http://services.gradle.org/distributions . See the Gradle release note http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-8+Migration+Guide#Gradle1.0-milestone-8MigrationGuide-NewURLfordownloadingGradledistributions .

          [JENKINS-13130] Gradle Plugin - Gradle distribution URL has changed

          Something updated in the jenkins plugin, but the update was incorrect. Our jenkins instances were looking at http://services.gradle.org/distributions/distributions/gradle-1.0-milestone-9-bin.zip (which doesn't exist).

          A search and replace for "distributions/distributions" with "distributions" in updates/hudson.plugins.gradle.GradleInstaller resolved things for us.

          William Kilian added a comment - Something updated in the jenkins plugin, but the update was incorrect. Our jenkins instances were looking at http://services.gradle.org/distributions/distributions/gradle-1.0-milestone-9-bin.zip (which doesn't exist). A search and replace for "distributions/distributions" with "distributions" in updates/hudson.plugins.gradle.GradleInstaller resolved things for us.

          Gregory SSI-YAN-KAI added a comment - This issue has been fixed with commit: https://github.com/jenkinsci/backend-crawler/commit/7517d64e7eeec2775c86441e6fe32760626d096f#diff-3c3161ef96eeb66ea8060f56589c8437

            gbois Gregory Boissinot
            gconboy Glen Conboy
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: