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 재시작. 체크!!
ㅁ 함께 보면 좋은 사이트
Jenkins Plugins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
plugins.jenkins.io
반응형