공부내용 정리/etc

[Jenkins] Windows 에서 젠킨스 설치 방법

minsoku 2024. 1. 4. 16:41

https://www.jenkins.io/

공식홈페이지 접속 후 다운로드

 

Jenkins

Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software

www.jenkins.io

1) Download 클릭하고 Windows 용 다운로드 후 설치

 

만약에 8080 이 중복된다면 다른 번호로 하면 된다.

 

localhost:8080 으로 접속하면 젠킨스 대시보드가 뜬다.

위의 경로에서 비밀번호 확인 후 계속 진행

 

추천해주는 플러그인으로 설치

 

 

Admin 계정 설정 및 URL 입력

 

 

 

 

Start using Jenkins 를 클릭하면

 

 

출처: 즐거운 우리집 https://joyfulhome.tistory.com/262