Apr 11, 2018

101 of Jenkins on Mac OS: Setup


Environment Setup

  • Downloaded Jenkins for MacOS
  • Command to Start Jenkins: sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
  • Jenkins installation directory is /Users/Shared/Jenkins/
  • Note that to get the admin password you need to use sudo su
  • Initial Admin password is at /Users/Shared/Jenkins/Home/secrets/initialAdminPassword
  • Now hit the url http://localhost:8080/ and it will ask for initial admin password.  Provide initial password.  Will provide options to chose from
  • Once required plugins are installed it will show screen to create first admin user. Provide required details to create admin user

Next: Create your first Job