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