-
Notifications
You must be signed in to change notification settings - Fork 11
Setting up Jenkins for CI CD
Coding With The Force edited this page Sep 22, 2020
·
2 revisions
How to setup Jenkins from download to CI/CD:
- Download the JDK if you haven't by going here
- Download the Jenkins Generic Java Package (.war file) from this location
- Open up a command line or powershell window, traverse to your downloads folder (cd downloads), and then run the following command: java -jar jenkins.war
- After Jenkins installs successfully, grab the admin password in the command line window (it should display it). If you already closed it, no worries, open up your browser and type in localhost:8080 in the address bar. You should be presented with an "Unlock Jenkins" page and it will tell you where to go to get your password.
- If you haven't already go to open up your browser and type in localhost:8080 in the address bar. You should be presented with a Jenkins login screen.
- Enter the password it asks for and continue to the next page.
- Unless you have a reason not to, click the "Install suggested Plugins" button to install Jenkins.
- Create your admin user