Coder Social home page Coder Social logo

sunnycmf / jenkins-android-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clemp6r/jenkins-android-docker

0.0 1.0 0.0 220 KB

Docker image for Jenkins with an Android SDK. Prepared to run UI tests in an emulator.

Shell 86.55% Groovy 13.45%

jenkins-android-docker's Introduction

Docker image for running Android UI tests on emulators with Jenkins (work in progress). It has been mainly created to run android emulators through KVM virtualization on x86 machines. Running the container inside a virtual machine will also work but it will not benefit of KVM (i.e emulators will be slow).

Build the image:

docker build -t="clemp6r/jenkinsandroid" .

Then create a container as following:

 docker run --privileged -t -i -p 8080:8080 clemp6r/jenkinsandroid

You can now connect to Jenkins on your container using port 8000, and create your jobs.

Caution: use the pre-installed 4.3 or 4.4 emulator images. The pre-installed 5.0 does not work correctly yet, and installing other images through the android-emulator-plugin doesn't work neither.

Emulator options if KVM is available on the host machine:

-noaudio -qemu -m 1024 -enable-kvm

Otherwise:

-noaudio

jenkins-android-docker's People

Contributors

clemp6r avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.