Thue / rfwadmin

A web interface for controlling a MineCraft server, optimized for custom maps
GNU General Public License v3.0
68 stars 16 forks source link

Option to install latest sportbukkit? #12

Closed entropitor closed 11 years ago

entropitor commented 11 years ago

Would it be possible to add an option to install the latest sportbukkit (on the server version tab)? It can be found at http://jenkins.musclecraft.net:8080/job/SportBukkit/

Thue commented 11 years ago

Does that page have a list of successful builds?

It has an option to show the last successful build ( http://jenkins.musclecraft.net:8080/job/SportBukkit/lastSuccessfulBuild/ ), and a list of build failures, but no list of successful builds...

entropitor commented 11 years ago

Yeah, can't find one either. I'm not sure if there's one. Maybe @authorblues knows where to find them? Otherwise I think the easiest way is to filter the list of builds to get the successfull ones.

Thue commented 11 years ago

But the link to all builds (http://jenkins.musclecraft.net:8080/job/SportBukkit/rssAll ) only shows builds back to #240, and the last successful build was #51. So I have no complete list to filter.

entropitor commented 11 years ago

I think there doesn't exist a list of all builds (from n°1) and there's also no list of successful builds. I think the option that seems best here is to have a button to get "the latest" sportbukkit. We can always upload other versions manually then but it would be nice to get the latest sportbukkit automatically.

Btw it might be best to use http://jenkins.musclecraft.net:8080/job/SportBukkit/api/json?pretty=true or http://jenkins.musclecraft.net:8080/job/SportBukkit/api/xml to fetch the data.

Thue commented 11 years ago

I added an option to download the latest successful sportbukkit build.

entropitor commented 11 years ago

Thank you very much!