Jenkins briefly and deployment

1, Jenkins DESCRIPTION

  Jenkins is a self-contained open-source automation server can be used to automate the build, test, deliver and deploy a variety of tasks related to software. Jenkins can be installed by the local system package Docker, it can also run independently on any computer that has the Java Runtime Environment (JRE) is.

2, Jenkins deployment

  1) first need to build a Java environment : https://www.cnblogs.com/iceb/p/7561752.html

  2) Download tomcat link: https://tomcat.apache.org/ ; tomcat deployment: https://www.cnblogs.com/limn/p/9358657.html

  3) Download jenkins.war : https://jenkins.io/doc/book/installing/#war-file , just click here to enter the directory (the WAR File) -  Latest stable Jenkins the WAR File  download;

  4) The jenkins.war into tomcat's webapps directory in D: \ apache-tomcat-9.0.22 \ click on the next bin startup.bat start tomcat;

  5) access in your browser: http: // localhost: 8080 / jenkins, login requires a password in C: initialAdminPassword file \ Users \ Administrator \ .jenkins \ directory under secrets;

  6) first visit will be prompted to install the plug-in, plug-awareness: https://blog.csdn.net/pansaky/article/details/80755739 , after the installation is complete the Getting Started page, the administrator can create users and set the URL.

  A final note: Jenkins ready, ready to use.

Guess you like

Origin www.cnblogs.com/yuntimer/p/11334587.html