https://github.com/itvincent-git/jenkins-android
https://github.com/itvincent-git/jenkins-android
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itvincent-git/jenkins-android
- Owner: itvincent-git
- Created: 2021-05-15T08:49:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T10:20:43.000Z (about 5 years ago)
- Last Synced: 2025-08-05T23:28:44.779Z (10 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Description
1. 镜像基于jenkinsci/blueocean创建
2. 安装的android sdk工具包是:[https://dl.google.com/android/repository/commandlinetools-linux-7302050_latest.zip](https://dl.google.com/android/repository/commandlinetools-linux-7302050_latest.zip)
3. ANDROID_HOME 和 PATH都已经设置好
4. 预安装了build-tools和sdk版本为27,29,30
# How to use
```
docker run \
-u root \
-d \
--name jenkins-android-v1 \
-p 8080:8080 \
-p 50000:50000 \
-v $DOCKERDATA_HOME/jenkins:/var/jenkins_home \
jenkins-android-v1
```