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
- Service Mesh
- Kubernetes
- 스크레이핑
- opentelemetry
- ECR
- eks
- 웹 해킹
- deploy
- GitLab
- CI/CD
- gitlab ci
- Jenkins
- 웹 취약점
- Monitoring
- docker
- gitlab cd
- Grafana
- scraping
- Crawling
- linkerd
- helm
- Resource
- CI
- CD
- Prometheus
- sonarqube
- argocd
- 모의해킹
- 크롤링
- DevOps
Archives
- Today
- Total
목록Jenkins git clone (1)
ㅡ.ㅡ
[Jenkins] Docker Image Tagging
Gitlat Repo Jenkinsfile 수정 Argocd에서 사용되는 Helm Repo에 저장된 이미지의 태그 값을 업데이트하여 ArgoCD에서 변경 사항을 감지하게하는 과정이다. Clone repository push된 저장소를 불러오는 과정으로 JenkinsAgent로 저장소의 파일들을 복사한다. 또한 이미지의 태그값으로 사용할 COMMIT_ID_SHORT값을 추출한다. Image Tag Update 기존에 불러온 APP의 저장소를 삭제하고 Gitlab credentials을 사용해 Helm저장소를 불러온다. Clone repository Stage에서 values.yaml파일에 저장된 tag값을 추출한 COMMIT_ID_SHORT 값으로 변경 후 push를한다. Gitlab credentials..
WorkFlow
2021. 10. 11. 03:11