The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
This article will concisely introduce one of the basic Jenkins knowledge: how to install the Jenkins …
The steps of Jenkins installation
Preparations -> Download and install Jenkins -> Start the Jenkins
Preparations before Jenkins installation
-
Install JDK
How to install JDK refers to: How to install JDK
Download and install Jenkins
-
Download Jenkins
Jenkins package downloading page: Jenkins download
Jenkins installation refers to: Installing Jenkins
-
Jenkins starting
Start Jenkins by self-defined port number: java -jar jenkins.war –httpPort=8088
……
More about Jenkins
More about Jenkins please refer to its official documents: Jenkins User Documentation