jenkins pipeline 공부에 도움이 되는 것 같아 링크 중심으로 정리했다.
1. pipeline
pipeline 개념, 공식 문서
https://jenkins.io/doc/book/pipeline/
한글 - 사례
https://kingbbode.tistory.com/35
https://jojoldu.tistory.com/355
https://limsungmook.github.io/2016/11/09/jenkins-pipeline/
2. multi-branch
특정 branch 뿐 아니라 pr, branch도 테스트할 수 있다. jenkinsfile(pipeline)을 포함하면 금상첨화이다.
공식 문서
https://jenkins.io/doc/book/pipeline/multibranch/
사례
https://www.praqma.com/stories/jenkins-pipeline/
3. blue ocean에서 pipeline 편집하기
공식 문서
https://jenkins.io/doc/tutorials/create-a-pipeline-in-blue-ocean/
쉽게 파이프라인을 구성할 수 있다.
ci/cd 실제 사례
'scribbling' 카테고리의 다른 글
펌 김창준씨의 함께 자라기(애자일로 가는 길) - Aristotle Project (0) | 2019.02.27 |
---|---|
ssh agent forwarding + sudo (0) | 2019.02.25 |
프로그래머 열정을 말하다 - 소감 (0) | 2019.02.16 |
2014년 구글 SRE 부사장 - 벤자민 트레이너 슬로스의 USENIX SREcon 발표 자료 (0) | 2019.02.16 |
아마존의 Redshift와 구글의 Bigtable 비교 (0) | 2019.02.04 |