https://github.com/movingblocks/jenkinsagentandroid
A Jenkins agent for Android builds
https://github.com/movingblocks/jenkinsagentandroid
Last synced: 12 months ago
JSON representation
A Jenkins agent for Android builds
- Host: GitHub
- URL: https://github.com/movingblocks/jenkinsagentandroid
- Owner: MovingBlocks
- License: apache-2.0
- Created: 2021-10-23T21:54:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:08:50.000Z (over 2 years ago)
- Last Synced: 2025-01-04T18:31:54.282Z (about 1 year ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple Android build agent prepared for Jenkins
## Technical details
This image is built via [Kaniko](https://github.com/GoogleContainerTools/kaniko) in the [Terasology](https://terasology.org/) 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](https://hub.docker.com/repository/docker/terasology/jenkins-android-agent) 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 https://github.com/BenjaminAmos/DestinationSol/pull/1