Configure Jenkins
For first run you can execute
$ jenkins
from the command line and leave it. This way you can get the administration password.
Now open localhost:8080 login as admin and change the password. Then you can stop the jenkins process from the terminal and launch it as a LaunchAgent by executing
sudo launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
Install required plugins
- Install recommended plugins
- Android Emulator Plugin
- Android Lint Plugin
- Environment Injector Plugin
- Xcode integration
- Blue Ocean
- Mask Passwords Plugin
- Github plugin (depends on VCS you will use)
- BitBucket Plugin (depends on VCS you will use)