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
- aws-loadbalacner-controller
- 에이전트 유형
- Terraform
- route53
- saa-c03 #saa #aws certified solutions architect - associate
- docker
- Pipeline
- 코드커버리지
- Gateway
- httpasswd
- kubernetes
- helm_release
- IRSA
- Amazon CloudWatch
- instances failed to join cluster
- Service Account
- 추가 보안 그룹
- node group
- aws ses #aws lambda
- jenkins
- ingestion
- s3
- Docker0
- NAT
- assumerole
- 클러스터 보안 그룹
- fruition
- 테라폼
- 에이전트 구성
- amazon sns
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