jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

Update sbt crawler to support new download site #33

Closed ydubreuil closed 9 years ago

ydubreuil commented 9 years ago

Current sbt tool definition is outdated as new sbt binaries are released on bintray.

This patch uses the bintray REST API to retrieve the new version list but still retrieve old versions list on scalasbt.artifactoryonline.com. If a version is found on bintray and scalasbt.artifactoryonline.com, bintray URL is preferred.

jenkinsadmin commented 9 years ago

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

orrc commented 9 years ago

The code does work as expected.