This article is a mirror article of machine translation, please click here to jump to the original article.

View: 10166|Reply: 1

Jenkins (1) Continuous integration, automation, and installation of Jenkins tutorials

[Copy link]
Posted on 11/25/2020 3:58:24 PM | | | |
Related articles are as follows:

Azure DevOps 2020 (1) First Introduction to Microsoft Azure DevOps (TFS)
https://www.itsvse.com/thread-9239-1-1.html

Azure DevOps 2020 (II) Azure DevOps Server Express 2020 RC2 installation tutorial
https://www.itsvse.com/thread-9375-1-1.html

Azure DevOps 2020 (III) limits search (ES) memory footprint
https://www.itsvse.com/thread-9371-1-1.html

Azure DevOps 2020 (IV) Compiled jobs using Pipelines
https://www.itsvse.com/thread-9378-1-1.html

Azure DevOps 2020 (V) Automate the release of NUGET packages using Pipelines
https://www.itsvse.com/thread-9381-1-1.html

Azure DevOps 2020 (VI) Upgrade NuGet tools
https://www.itsvse.com/thread-9382-1-1.html
Jenkins introduced

Jenkins is a self-contained open-source automation server that can be used to automate a variety of tasks related to building, testing, and delivering or deploying software.

Document address:The hyperlink login is visible.

This article is about installing Jenkins on top of Windows 10 64-bit systems

Minimum Hardware Requirements:

256 MB RAM

1 GB of drive space (although a minimum of 10 GB is recommended if Jenkins is running as a Docker container)

The Jenkins version has the following Java requirements:

Java 8 runtime environment, which supports both 32-bit and 64-bit versions, download address:


jdk-8u211-windows-x64.rar download
https://down.itsvse.com/item/13329.html
Starting with Jenkins2.164 and 2.164.1, the Java 11 runtime environment is supported.

The system requires the JDK to be installed. (Steps omitted)

C:\Users\itsvse>java -version
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
Download and install Jenkins 2.249.3

Download Jenkins 2.249.3, take Windows 10 system as an example, download address:The hyperlink login is visible.

Once installed, the Jenkins default access address is: http://localhost:8080/, and the configuration can be modified by modifying the jenkins.xml file.



Once installed, it will pop up automaticallyThe hyperlink login is visible.

Follow the prompts to find the password: "C:\Windows\System32\config\systemprofile\AppData\Local\Jenkins\.jenkins\secrets\initialAdminPassword"



Install the plugin as shown below:





Set the administrator account and password, as shown in the figure below:



Set the URL address to estimate that this address may be used to trigger the email content.



The installation is complete, as shown below:



Once installed, Jenkins is running as a service, and Jenkins can be started and stopped with the following command:

(End)




Previous:Sql Server database script comment code
Next:.NET/C# parses XML format content
 Landlord| Posted on 3/30/2021 10:04:53 AM |
Modify the default access port, find the jenkins.xml file, and modify the following:


Save, restart the program.
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com