티스토리 뷰

카테고리 없음

CI/CD환경 실습

정두현의아이티세상 2022. 8. 22. 11:17

CI/CD환경 실습

-본래 실습을 진행하기 위하여 가상환경을 셋팅하여 linux환경에서 셋팅하는것이 일반적

 

-실습편의성을 위하여 윈도우에서 실습을 진행함

  실습 내용

  1. Jenkins설치 

  2. GIT연동

  3. 소스 컴파일

 

1. jenkins설치

  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

접속하여 윈도우용 파일을 다운받아 설치를 진행한다

(리눅스에서는 인스톨 또는 war파일을 다운받아 java로 기동한다-java기동을 추천: 위치 변경이 가능함으로)

 

2. jenkins설치시 jdk(java)위치를 묻기 때문에 일단 설치하고 진행한다.

 

### 실습용 URL

jenkins 설치파일 다운로드 

https://drive.google.com/file/d/1tELPNCyqw03yQc5FeRQmSNMNwyRaJC22/view?usp=sharing 

 

Google Drive: 로그인

이메일 또는 휴대전화

accounts.google.com

java다운로드 1.8

https://drive.google.com/file/d/1xJiVIKMCl-Siq3TEs4nqKleAOBfXHoFv/view?usp=sharing 

 

jdk1.8.0_241.zip

 

drive.google.com

 

설치 방법은 기존링크를 활용

https://lock.tistory.com/2

 

Jenkins 설치(Windows 환경)(1)

우선 Jenkins는 흔히 말하는 CI/CD 중 지속적 통합(Continuous Integration)을 구현하기 위한 서비스이다. 개발 중인 저장소(git, svn 등)에 업로드된 소스를 테스트, 빌드, 빌드 후 작업등을 자동 동..

lock.tistory.com

 

 

3. 추가 정보

https://drive.google.com/file/d/1y2SvulJ7wLi5kbM1uf_PnDBFADy-hkZ6/view?usp=sharing 

 

SW_아키_workbook_20220824.pdf

 

drive.google.com

 

댓글