Pavel Vlasov
Pavel Vlasov

Reputation: 4331

Jenkins Grails plugin does not list lastest versions of Grails

When installing a new Grails from Jenkins web UI, a user is given the choice of some versions - up to 2.4.4 and 3.0, but 2.4.5 and 2.5 are missed.

How to add 2.4.5 to that list?

P.S. Jenkins 1.598, Grails plugin 1.7 (latest)

Upvotes: 2

Views: 1163

Answers (2)

Christopher Orr
Christopher Orr

Reputation: 111575

There is an automated process within the Jenkins project infrastructure which updates the list of available versions daily.
Your Jenkins installation periodically downloads this file and uses it to populate the version list in the web UI.

Unfortunately, at the time of asking this question, that automated process was broken.

You can either wait for the bug to be fixed (it is now), or there should be the option to "Install from .zip/.tgz" instead of "Install from mirrors", where you can enter the URL to the Grails 2.4.5 zip file.

Upvotes: 2

David Chavez
David Chavez

Reputation: 617

You have to go to "Manage Jenkins"/"Configure System"/"Grails installations" and put there the path where your installation is.

Upvotes: 0

Related Questions