Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 148 Bytes

File metadata and controls

9 lines (5 loc) · 148 Bytes

jenkins

How to remove jenkins from Ubuntu/Centos ?

sudo service jenkins stop

Centos : sudo yum remove jenkins

Ubuntu :sudo apt remove jenkins