Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Installation

How to install Jenkins on Linux

$ sh install-jenkins.sh

How to run

$ sudo systemctl start jenkins

And visit http://localhost:8080

How to stop

$ sudo systemctl stop jenkins