삽질 블로그

[Centos] Jenkins 삭제하기 본문

OS/Linux

[Centos] Jenkins 삭제하기

건와닝 2021. 3. 8. 15:25

환경 

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