To install Jenkins on CentOS 8, you need to use the root account or an account with sudo privileges. Because Jenkins is written in Java, you need to install the Java environment 1. Install OpenJDK. 2. Enable the Jenkins repository. Run the following commands to download and import the GPG key: sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key 3. Install the latest stable version of Jenkins by typing the following command 4. 5. Check if Jenkins is running 6. Use the following commands to open the necessary ports 7. Browser http://ip:8080 8. Use the cat command to view the administrator account password of Jenkins on the server CentOS 8 9. Copy the password from the terminal, paste it into the "Administrator Password" field, and click "Continue 10. Click on the "Install suggested plugins" box and the installation process will begin 11. Jenkins successfully installed on CentOS system Summarize The above is the method I introduced to you to install Jenkins on CentOS 8. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: An article to understand operators in ECMAScript
>>: Binary installation of mysql 5.7.23 under CentOS7
Preface Today I installed MySQL and found that th...
Table of contents Download and install JDK Downlo...
Recently, I have been working on a large-screen d...
1. Framework A browser document window can only d...
Since my development environment is to install Ce...
You can use the ps command. It can display releva...
background: In MySQL, if there is a limited level...
1. Unzip to the location where you want to instal...
As we all know, the web pages, websites or web pag...
Let's briefly sort out the configuration of s...
Preface This article mainly introduces the releva...
During the development process, we often use the ...
background If the catalina.out log file generated...
For any DBMS, indexes are the most important fact...
Copy code The code is as follows: <style type=...