[Jenkins] Jenkins 설치하기 #1(Windows)
Jenkins란?
젠킨스는 소프트웨어 개발 시 지속적 통합(CI) 서비스를 제공하는 툴입니다.
CI란 지속적인 통합(Continuous Integration)으로 프로젝트 개발 내용을 정기적으로 통합하는 것을 말합니다.
Jenkins 설치하기 시작!!
1.Jenkins 설치파일 다운로드하기
젠킨스 다운로드 사이트 접속 -> https://www.jenkins.io/download/
자신의 운영체제에 맞는 것을 골라서 다운로드 하기 개인PC에 설치하므로 Windows 선택!
2.Jenkins 설치 파일 실행하기
![]() Next -> |
![]() 설치 경로 설정 |
![]() -로컬에서만 사용할 경우 : Next -> -도메인 유저 설정: Account = PC User ID Password = PC 비밀번호(없을 경우 설정) |
![]() 포트 설정 기본 8080 |
![]() 포트 변경 8080 -> 8888 테스트 후 Next |
![]() Java 설치 경로 Java가 설치되어 있을 경우 자동 설정 (Java 11 and 17만 지원) |
Java 설치
https://jdk.java.net/java-se-ri/11
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
https://www.oracle.com/kr/java/technologies/downloads/#java11
Download the Latest Java LTS Free
Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.
www.oracle.com
![]() Next-> |
![]() Install |
![]() Finsh! |
이제 주소 입력창에 http://localhost:(설정 포트 번호)/ 를 입력하면 젠킨스가 실행됩니다.
젠킨스 실행과 설정은 다음 포스팅에 적겠습니다.