Build Android – Continuous Integration with Jenkins and Docker
This tutorial assumes that you have Jenkins in the docker. You can read about installing the same here. Once the jenkins instance, named jenkins-master, is installed go to the root bash i.e. command prompt for your container. e.g. docker exec -it –user root jenkins-master bash From the bash command …