Back-End/Study

[Jenkins] 설치 및 설정

yeonx 2023. 8. 10. 14:04
728x90

젠킨스 다운로드 하기 

https://www.jenkins.io/download/

 

Jenkins download and deployment

Jenkins download and deployment The Jenkins project produces two release lines: Stable (LTS) and regular (Weekly). Depending on your organization's needs, one may be preferred over the other. See the links below for more information and recommendations abo

www.jenkins.io

 

1. next

2. next

3. Run service as LocalSystem -> 나중에 설정 가능

4. port 설정 -> 8080같은 겹치는거 안됨!!

5. java 설치 필수! -> 자바기반이기 때문

6. 방화벽 설정

7. install

8. 완료

 

젠킨스 실행하기

1. 내가 설정한 포트로 들어감 -> localhost:8888

2. C:\ProgramData\Jenkins\.jenkins\secrets\initialAdminPassword 로 가면 비번 있음

3. Install suggested plugins

4. 플러그인 설치

5. 계정 생성

6. 접속 주소 설정 -> 로컬에서만 하면 localhost / 아니면 다른 주소 설정

7. 설정 완료

'Back-End > Study' 카테고리의 다른 글

[Jenkins] GitLab연동  (0) 2023.08.11
[Jenkins] Github연동  (0) 2023.08.10
Spring IoC(제어의 역전) / DI(의존성 주입)  (0) 2022.11.24
Spring과 Spring Boot  (0) 2022.11.24
[Mac OS] Redis 설치  (0) 2022.09.29