Skip to main content

Command Palette

Search for a command to run...

Jenkins Installation

Published
1 min read
Jenkins Installation
M
Software engineer skilled in building web applications and REST APIs using Java, ReactJS, and Spring Boot. Experienced in agile teams, performance optimization, and code quality. Passionate about engineering and building scalable systems.

Steps to Install Jenkins:

  1. Clone the repo https://github.com/mkhansab/install-jenkins-docker and follow the 4 steps present at README.md at this repo

  2. Opening http://localhost:8080/ will ask for AdminPassword when setting up for the first time, password for this will be present at /var/jenkins_home/secrets/initialAdminPassword
    To view the password, Open Docker Desktop > my-jenkins Container > Exec and then cat /var/jenkins_home/secrets/initialAdminPassword

  3. Setting up for the first time?
    A new page will open that asks for username and password, ensure to use a secure password as it'll be used to subsequent logins

  4. Hola, Jenkins is ready!

Jenkins

Part 1 of 1

Notes on Jenkins

Jenkins Installation