[Jenkins] 1. Install Jenkins

(1.) Download and install JavaSDK(Java SE Development Kit)

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

(2.) Download Jenkins from https://jenkins.io/download/

(3.) After installing it, you will see this screen:

Use Finder to navigate into '/Users/Shared/Jenkins/Home/' and modify the permission of secrets folder, then open initialAdminPassword file, copy the password.

(4.) Install suggested plugins

(5.) Create your first admin user

(6.) Finally you will get this screen

Last updated