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
- 기록으로 실력을 쌓자
- 코틀린 코루틴의 정석
- minikube
- MySQL
- PETERICA
- CloudWatch
- CKA
- mysql 튜닝
- kotlin
- AWS EKS
- Java
- IntelliJ
- Linux
- 정보처리기사실기 기출문제
- APM
- CKA 기출문제
- AI
- Pinpoint
- 티스토리챌린지
- aws
- Kubernetes
- Elasticsearch
- 정보처리기사 실기
- Spring
- 공부
- kotlin coroutine
- 정보처리기사 실기 기출문제
- kotlin spring
- kotlin querydsl
- 오블완
Archives
- Today
- Total
피터의 개발이야기
[Jenkins] Update required: Pipeline: Stage Tags Metadata 본문
DevOps/Jenkins
[Jenkins] Update required: Pipeline: Stage Tags Metadata
기록하는 백앤드개발자 2022. 7. 19. 17:49반응형
ㅁ 개요
ㅇ 젠킨스 플러그인 에러 조치
ㅇ Update required: Pipeline: Stage Tags Metadata
ㅁ 에러 내용
Some plugins could not be loaded due to unsatisfied dependencies. Fix these issues and restart Jenkins to re-enable these plugins.
Dependency errors:
Pipeline: Declarative (2.2114.v2654ca_721309)
Update required: Pipeline: Stage Tags Metadata (pipeline-stage-tags-metadata 2.2097.v33db_b_de764b_e) to be updated to 2.2114.v2654ca_721309 or higher
Some of the above failures also result in additional indirectly dependent plugins not being able to load.
Indirectly dependent plugins:
Docker Pipeline (1.29)
Failed to load: Pipeline: Declarative (pipeline-model-definition 2.2114.v2654ca_721309)
Pipeline (2.6)
Failed to load: Pipeline: Declarative (pipeline-model-definition 2.2114.v2654ca_721309)
ㅁ 설치 가능 플러그인 확인
ㅁ 플러그인 업데이트
ㅇ 설치가 끝나고 실행중인 작업이 없으면 Jenkins 재시작. 체크!!
ㅁ 함께 보면 좋은 사이트
반응형
'DevOps > Jenkins' 카테고리의 다른 글
[Jenkins] Jenkins 백업 복원 방법 (0) | 2022.10.01 |
---|---|
[Jenkins] Pipeline Stage View 세팅 (0) | 2022.10.01 |
[Jenkins] Failed to load: Amazon ECR plugin 해결 (0) | 2022.06.22 |
[Jenkins] Jenkins Dependency error(Trilead API,credentials-binding) plugin update (0) | 2022.06.22 |
[JenKins] Plugin Dependency error 조치, Plugin수동 설치방법 (0) | 2022.05.13 |
Comments