Dockerfile recipe to create a jenkins server capable of building android kernel.
Simply run
docker build https://github.com/bitrvmpd/jenkins-android-build.git -t [reponame]:[tag]
Now supports docker-sync
- 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
Solution here