Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 733 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 733 Bytes

A simple Android build agent prepared for Jenkins

Technical details

This image is built via Kaniko in the Terasology Jenkins with a Docker agent labeled kaniko - see our https://github.com/MovingBlocks/InfraPlayground repo for further details on that setup, if you have access.

It uses a multi-branch job that lets different branches publish images to DockerHub with their own unique tag. The main branch is special and publishes the latest image.

Initial credits go to our contributor BSA with original work at BenjaminAmos/DestinationSol#1