Steps for building jenkins environment
1. Download the jenkins.war package
2. Hold down the shift key in the directory where the war package is located and right-click to open the command line window. Execute the following two commands to start jenkins:
Jar-jar jenkins.war
Java-Xms1024m-Xmx2048m-XX:PermSize=512M-jar jenkins.war-httpPort=18080-ajp13Port=18009
The prompt shown in the picture indicates that it has been started successfully.
3. Close the jenkins command: Ctrl+C