• Home
  • About
    • YUN MIN JUNG photo

      YUN MIN JUNG

      If you don't know where you are going, just go.

    • Learn More
    • LinkedIn
    • Instagram
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Jenkins 빌드 중지(정기점검)

23 Jul 2022

Reading time ~1 minute

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  

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-



jenkins Share Tweet +1