Jenkins Getting Started Tutorial

Getting Started

In fact, officials have had a very detailed tutorial, but also the Chinese ->  https://jenkins.io/zh/doc/pipeline/tour/getting-started/ , I'm just here to look at a simple recording process.

1, download Jenkins war package, http: //mirrors.jenkins.io/war-stable/latest/jenkins.war

2, the command line start Jenkins :, run the following command: java -jar jenkins.war --httpPort = 8080

3, then open this link in your browser: http: // localhost: 8080

 

Problems encountered

1, the initial login Jenkins Click to install recommended plugins No such plugin appears: cloudbees-folder exception.

Solution: Open this link http://ftp.icm.edu.pl/packages/jenkins/plugins/cloudbees-folder/  , the cloudbees-folder.hpi latest catalog file to download and put to .jenkins / war / WEB- INF / detached-plugins directory

, Refresh the page.

 

 

After the appearance of success

 

 

 

 2, download the plug failure

 

Guess you like

Origin www.cnblogs.com/kcher90/p/12363372.html