MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
154 stars 76 forks source link

feat(repositories): add adapter for new jenkins.terasology.io #621

Closed skaldarnar closed 3 years ago

skaldarnar commented 3 years ago

Extracted from f11698dbafee0649b1a297b9f4d8faaa54f4796e.

Adds a new repository adapter for the new Jenkins at jenkins.terasology.io.

Since https://github.com/MovingBlocks/Terasology/pull/4409 is merged new releases will be available via the new Jenkins in a similar fashion as before. As addition, we can make use of a versionInfo.properties file as part of the artifacts for each build, containing metadata such as the display name.

The releases from the new Jenkins are sorted via build timestamp to be in correct order with builds from old Jenkins.

image