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
- db
- MST
- 페이징
- Jenkins
- Spring Cloud
- 코딩
- PL/SQL
- 클라우드
- DP
- aws
- 알고리즘
- Spring Cloud Feign
- SQL
- Intellj
- Spring Boot
- 자바
- 디자인 패턴
- 운영체제
- MVC
- JPA
- 자료구조
- golang
- 백준
- Spring
- 쿼리
- Kafka
- 오라클
- feign
- retry
- 데이터베이스
Archives
- Today
- Total
justgo_developer
Jenkins 스케줄 중지 본문
728x90
반응형
Jenkins 빌드 중지
목차
- Jenkins 모든 Item 빌드 중지
- Jenkins 특정 Item 빌드 중지
개요
점검과 같은 이유로 Jenkins 빌드 중지하는 방법에 대해서 알아보려고 함.
상세
1. Jenkins 모든 Item 빌드 중지
The easiest way to stop/restart a Jenkins instance is through the instance itself.
In addition to the basic stop and restart commands Jenkins provides a set of commands to safely stop/restart Jenkins by putting it in a quiet mode.
quietDown: Put Jenkins in a Quiet mode, in preparation for a restart. In that mode Jenkins don’t start any build
cancelQuietDown: Cancel the effect of the “quiet-down” command
http://<jenkins.server>/quietDown
실행 후
http://<jenkins.server>/cancelQuietDown
728x90
2. Jenkins 특정 Item 빌드 중지
1.Extra Columns Plugin 설치
2.View 수정
3.컬럼 추가 >> Disable/Enable Project
4.Disable/Enable 버튼 활성화
참고
728x90
반응형
'IT > jenkins' 카테고리의 다른 글
Jenkins로 Spring Batch 스케줄링 (0) | 2023.10.04 |
---|---|
Jenkins gradle 빌드 및 에러 해결 방법 (0) | 2023.10.04 |
Linux 환경에서 Jenkins 설치 및 구축 (0) | 2023.10.04 |