형상관리

Window 10 Jenkins 설치 jdk 8 11 설치 에러 해결 방법

오탄자 2023. 1. 20. 10:51

Window 10 Jenkins 설치

 

목표 : Window10 + Jenkins + Maven + Git + 전자정부프레임워크 연동

이슈 : Jenkins를 윈도우에서 설치 시 jdk 11버전을 설치해야 한다.

 

 

openJDK11 설치

젠킨스를 설치하기 위해서는 jdk11이 설치되어 있어야 한다.

jdk11 버전을 설치하거나 JAVA_HOME 패스를 잡아줘도 된다. 

기존 jdk8이 깔려있는 상태에서 11버전으로 업그레이들 하지 않고 젠킨스 설치 시 자바 경로가 11로 잡아서

설치해도 된다.

openJDK11 zip파일을 다운받아 C드라이브 JAVA 폴더 안에 압축을 풀어준다.

 

Windows/x64 Java Development Kit

 

Java Platform, Standard Edition 11 Reference Implementations

Java Platform, Standard Edition 11 Reference Implementations The official Reference Implementation for Java SE 11 (JSR 384) is based solely upon open-source code available from the JDK 11 Project in the OpenJDK Community. This Reference Implementation a

jdk.java.net

 

 

 

 

Jenkins 설치

Download Jenkins 2.375.2 LTS for: > Window 를 다운받는다.

(LTS : Long Term Support 로 장기간 지원하는 버전)

 

 

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

 

 

jenkins.exe 파일을 실행한다.

Jenkins Setup 화면에서 Next

 

Jenkins 설치 파일을 default로 하고 Next

 

Jenkins 서비스 구동 시 계정을 설정하는 부분이다.

Logon Type을 Run service as LocalSystem(not recommended)로 선택하고 Next

 

Port 설정이다.

기본 8080인데 8080은 다른 프로그램에서 많이 사용하기 때문에 9090으로 변경하고 Test Port

버튼을 눌러 확인 가능한 port인지 체크하고 Next

 

jdk 설정하는 화면이다.

Change... 버튼을 눌러 위에서 받은 openJDK11 버전을 선택하고 Next

 

 

default로 설정하고 Next

 

 

Install 을 실행한다.

 

 

Finish를 눌러 Jenkins 설치를 완료한다.

 

 

 

 

 

 

 

Jenkins 실행

Jenkins 설치를 완료했는데 Jenkins 실행파일이 나타나지 않으면

Chrome 브라우저를 띄우고 주소창에 http://127.0.0.1:9090 으로 접속한다.

C:\ProgramData\Jenkins... 위치의 initialAdminPassword 파일에서 비밀번호를 복사하여 Administrator password 값에 넣어준다.

 

 

 

Jenkins 플러그인을 select해서 설치하려면 Select plugins to install을

그게 아니라 알아서 설치를 원하면 Install suggested plugins를 선택한다.

 

 

플러그인을 인스톨한다.

 

 

계정명과 암호, 메일주소를 입력하고 Save and Continue

 

 

setup complete.

이제 젠키스를 시작한다.

 

젠킨스 메인 화면