From ef3c4e28c028bdfad35e15af09b23786fe5837a8 Mon Sep 17 00:00:00 2001 From: budtmo Date: Wed, 6 Mar 2019 15:57:45 +0100 Subject: [PATCH] Added readme file for Jenkins --- README.md | 5 +++++ README_JENKINS.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 README_JENKINS.md diff --git a/README.md b/README.md index 161b92b..be3e98d 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,11 @@ Google Play Services and Google Play Store Docker-Android contains Google Play Service (v12.8.74) and Google Play Store (v11.0.50). Both applications are downloaded from [apklinker](https://www.apklinker.com/), so please be aware of it in case you use private/company account to that applications. +Jenkins +------- + +This [document](README_JENKINS.md) gives you information about custom plugin that supports Docker-Android. + VMWARE ------ diff --git a/README_JENKINS.md b/README_JENKINS.md new file mode 100644 index 0000000..964c40b --- /dev/null +++ b/README_JENKINS.md @@ -0,0 +1,6 @@ +Jenkins +------- + +Following Jenkins plug-ins supports Docker-Android to optimize your work. + +1. Live preview: [budtmo/vncviewer-docker-container-plugin](https://github.com/budtmo/vncviewer-docker-container-plugin)