Skip to content

A preconfigured Jenkins instance to showcase the usage of Android Lint in Continuous Integration environments.

License

Notifications You must be signed in to change notification settings

a11n/docker-jenkins-android-lint

Repository files navigation

docker-jenkins-android-lint

A preconfigured Jenkins instance to showcase the usage of Android Lint in Continuous Integration environments.

Screenshot of a running instance

##Tools

  • Docker
  • Jenkins
  • Android
  • Gradle
  • Git
  • Lint

##Jenkins Plugins

  • analysis-core:1.61
  • android-lint:2.2
  • gradle:1.24
  • greenballs:1.14
  • git-client:1.18.0
  • scm-api:0.2
  • git:2.4.0

##Install and build

$ git clone https://github.com/a11n/docker-jenkins-android-lint.git
$ cd docker-jenkins-android-lint
$ ./build.sh

##Run

$ ./start.sh

Open https://<IP OF DOCKER MACHINE>:8080/ in your browser.

On OS X you can obtain the IP of your running docker-machine by running:

$ docker-machine ls
$ docker-machine ip <MACHINE>

##Requirements Make sure to have Docker installed and configured on your system.

About

A preconfigured Jenkins instance to showcase the usage of Android Lint in Continuous Integration environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages