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
- reghat
- gitignore
- jenkins server start
- gitlab설치
- server
- 멀티인스턴스정리
- gitlab서버start
- https로 이동
- jenkins설치
- Linux
- maven설치
- Oracle
- 리눅스버전확인
- jenkins server stop
- oz개인정보로그
- pipeline
- JavaScript
- 젠킨스백업
- 젠킨스설치
- centos
- workspace초기화
- object.assign
- window
- docker
- edge 브라우저로 이동
- gitlab서버stop
- tomcat
- git bash
- Jenkins
- Git
Archives
- Today
- Total
삽질 블로그
[Centos] Jenkins 삭제하기 본문
환경
CentOS 7.9 (2009)
선작업
1. 젠킨스 데몬 죽이기
service jenkins stop
/etc/init.d/jenkins stop
2. 젠킨스 삭제하기
yum remove jenkins
3. 젠킨스 제거하기
rm -rf /etc/init.d/jenkins
rm -rf /var/lib/jenkins
rm -rf /etc/yum.repos.d/jenkins.repo
4. 잔여파일 남았는지 확인하기
find . -name 'jenkins*'
'OS > Linux' 카테고리의 다른 글
[Centos] Svn 설치하기 (0) | 2021.04.29 |
---|---|
[Centos] gitLab 삭제하기 (0) | 2021.03.08 |
[Centos] Jenkins 설치하기 (0) | 2021.03.08 |
[Centos] gitLab 설치하기 (0) | 2021.03.04 |
[ssh] ssh 설정 (0) | 2021.01.12 |