justgo_developer

Jenkins 스케줄 중지 본문

IT/jenkins

Jenkins 스케줄 중지

다날92 2023. 10. 4. 19:23
728x90
반응형

Jenkins 빌드 중지

목차

  1. Jenkins 모든 Item 빌드 중지
  2. 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 버튼 활성화


참고

https://support.cloudbees.com/hc/en-us/articles/216118748-How-to-Start-Stop-or-Restart-your-Instance-

728x90
반응형

'IT > jenkins' 카테고리의 다른 글

Jenkins로 Spring Batch 스케줄링  (0) 2023.10.04
Jenkins gradle 빌드 및 에러 해결 방법  (0) 2023.10.04
Linux 환경에서 Jenkins 설치 및 구축  (0) 2023.10.04