• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • sbt-plugin
    • None
    • Ubuntu 14

      I have a simple Jenkins server running Ubuntu. Just building off master. The auto install from scala-sbt.org does not work. In the logs I just see;
      Invalid tool ID 0.13.7
      [chot-bi-build] $ java -Xms512m -Xmx512m -XX:ReservedCodeCacheSize=128m -Dsbt.override.build.repos=true -Dsbt.repository.config=./project/repositories -Dsbt.override.build.repos=true -Dsbt.repository.config=./project/repositories -jar /var/lib/jenkins/tools/org.jvnet.hudson.plugins.SbtPluginBuilder_SbtInstallation/0.13.7 clean scalastyle coverage test coverageAggregate

          [JENKINS-27264] Latest 1.5 SBT Plugin does not work

          Night Wolf created issue -

          I'm seeing this as well. Is there any update?

          Jonathan Kelly added a comment - I'm seeing this as well. Is there any update?

          Night Wolf added a comment -

          so running hudson.model.DownloadService.Downloadable.all().each

          { it.updateNow() }

          will get the install from scala-sbt.org to work but its pretty much pointless. The most recent version that comes up is 0.13.1... 0.13.8 was just released!

          Night Wolf added a comment - so running hudson.model.DownloadService.Downloadable.all().each { it.updateNow() } will get the install from scala-sbt.org to work but its pretty much pointless. The most recent version that comes up is 0.13.1... 0.13.8 was just released!

          Night Wolf added a comment -

          Run hudson.model.DownloadService.Downloadable.all().each

          { it.updateNow() }

          in script console to update the list

          Night Wolf added a comment - Run hudson.model.DownloadService.Downloadable.all().each { it.updateNow() } in script console to update the list
          Night Wolf made changes -
          Assignee Original: uzilan [ uzilan ] New: Night Wolf [ nightwolfzor ]
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Yoann Dubreuil made changes -
          Link New: This issue is related to JENKINS-27612 [ JENKINS-27612 ]

          Now the plugin supposedly knows about 0.13.8, but I still don't see Jenkins auto-downloading SBT as documented. Do I really still need to use the above Groovy command?

          Paolo Giarrusso added a comment - Now the plugin supposedly knows about 0.13.8, but I still don't see Jenkins auto-downloading SBT as documented. Do I really still need to use the above Groovy command?

          After the above command, things looked better. That seems a problem though.

          Paolo Giarrusso added a comment - After the above command, things looked better. That seems a problem though.
          Paolo Giarrusso made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

          Ronald Chen added a comment -

          I still had to run that update downloadables in the script console for the sbt plugin to download 0.13.8

          Ronald Chen added a comment - I still had to run that update downloadables in the script console for the sbt plugin to download 0.13.8

            nightwolfzor Night Wolf
            nightwolfzor Night Wolf
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: