Ignasi Barrera edited a comment on Bug JENKINS-22963

This has already been fixed in jclouds, but you'll have to wait until its next bugfix release.

If you can't wait, though, you'll be able to test it if you manually build the Jenkins plugin using the latest jclouds SNAPSHOT version. To do that:

  • Clone the plugin repo: https://github.com/jenkinsci/jclouds-plugin
  • Change the jclouds.version property to 1.7.3-SNAPSHOT.
  • Add the jclouds snapshot repository to the pom.xml repositories section so the SNAPSHOT can be downloaded:
    <repository>
      <id>jclouds-snapshots</id>
      <url>https://repository.apache.org/content/repositories/snapshots</url>
      <snapshots><enabled>true</enabled></snapshots>
    </repository>
  • Build the plugin: mvn clean install hpi:run (have a lok at the README for further details.

After that you should be able to manually install the plugin in Jenkins from the plugin management page.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to