Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Gateway
- aws ses #aws lambda
- 클러스터 보안 그룹
- route53
- fruition
- Terraform
- amazon sns
- s3
- docker
- helm_release
- instances failed to join cluster
- httpasswd
- 추가 보안 그룹
- 코드커버리지
- Pipeline
- ingestion
- jenkins
- 에이전트 유형
- Service Account
- 테라폼
- kubernetes
- Amazon CloudWatch
- 에이전트 구성
- node group
- Docker0
- IRSA
- aws-loadbalacner-controller
- NAT
- assumerole
- saa-c03 #saa #aws certified solutions architect - associate
Archives
- Today
- Total
목록cURL (1)
cloudwithbass
[Jenkins] 젠킨스 파이프라인: 깃 푸시부터 인수 테스트까지
Continuous Delivery with Docker and Jenkins의 챕터 5까지 학습하며 만든 최종 Jenkinsfile입니다. git push하면 자동으로 파이프라인을 빌드하도록 콘솔에서 트리거를 구성했습니다.Jenkins 복습을 위해 스스로 지금까지 공부한 내용에 대해 설명하려고 합니다.전체 Jenkinsfile의 코드부터 첨부한 후, 부분마다 제 설명을 덧붙이겠습니다.목차1. 전체 Jenkinsfilepipeline { agent { docker { image 'dminus251/jenkins-docker-agent:using_socket' args '--privileged -v /var/run/docker.sock..
Docker and Jenkins
2024. 7. 24. 20:55