BIZ/CICD
jenkins 프로젝트 생성 가이드
피고녀
2021. 11. 14. 11:05
1. jenkins 프로젝트 생성
---------------------------------------------------------------------------
1-1. jenkins 도메인 접속(192.168.158.17:6766/jenkins)
1-2. 새로운 item 클릭
1-3. item 네임 입력(예: teeSpace_PO_sampleSG)
1-4.Copy from 란에 teeSpace_PO_PTask) 입력
2.jenkins 파일 복사
---------------------------------------------------------------------------
2-1. jenkins 서버 ssh 접속 (192.168.158.17:22, tmax/tmax 로 접속)
2-2. /home/tmax/jenkins/workspace/createWS.sh 실행
예) item을 teeSpace_PO_sampleSG 로 생성한 상태에서 빌드할 서비스그룹이 sample-api 인 경우,
$./home/tmax/jenkins/workspace/createWS.sh teeSpace_PO_sampleSG sample-api CMS 수행
3. jenkins 프로젝트 빌드 수행