Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 744 Bytes

File metadata and controls

26 lines (20 loc) · 744 Bytes

jenkins-android-build

Dockerfile recipe to create a jenkins server capable of building android kernel.

How to build it ?

Simply run

docker build https://github.com/bitrvmpd/jenkins-android-build.git -t [reponame]:[tag]

Now supports docker-sync

Requisites

  • docker-sync installed (guide)
  • Path ~/docker-volumes/jenkins
  • clone this repo

Inside cloned repo dir run

docker-sync-stack start

Jenkins will be at localhost:5000 docker sync will look for a directory in ~/docker-volumes/jenkins

Not working in OSX?

Solution here