• About
  • Disclaimer
  • Privacy Policy
  • Contact Us
Wednesday, November 29, 2023
Tech Fashion Web
  • Home
  • Fashion
    • Footwear
    • Culture
  • Technology
    • Tech Solution
    • Website Design
    • Cyber Security
    • Software
  • Business
  • Digital Marketing
    • SEO
    • Social Media
  • Travel
  • Entertainment
    • Music
    • Celebrity
  • Health
    • Food
  • lifestyle
    • Home
  • More
    • Gaming
    • Gadgets
    • Education
    • Electronics
    • Gadgets
    • Reviews
    • Law
No Result
View All Result
  • Home
  • Fashion
    • Footwear
    • Culture
  • Technology
    • Tech Solution
    • Website Design
    • Cyber Security
    • Software
  • Business
  • Digital Marketing
    • SEO
    • Social Media
  • Travel
  • Entertainment
    • Music
    • Celebrity
  • Health
    • Food
  • lifestyle
    • Home
  • More
    • Gaming
    • Gadgets
    • Education
    • Electronics
    • Gadgets
    • Reviews
    • Law
No Result
View All Result
Tech Fashion web
No Result
View All Result
How to install the Jenkins CI/CD platform on Rocky Linux

How to install the Jenkins CI/CD platform on Rocky Linux

by Tech Fashion
December 19, 2022
in Technology
0
325
SHARES
2.5k
VIEWS
Share on FacebookShare on Twitter


Jenkins is a platform dedicated to making Continuous Delivery and Continuous Integration not only possible, but much easier. Find out how to install it on Rocky Linux.

Image: Andreas Prott/Adobe Stock

For any company that wants to achieve agile development, there are certain tools you want to make available to your teams. One such tool is Jenkins, which supports over 1,000 plugins for building, deploying, and automating agile projects.

TO SEE: Rental Kit: Back-end Developer (Tech Republic Premium)

Key features of Jenkins include deployment-ready staging, extensibility, test customization, third-party integrations, process, workflow management, configuration management, reporting, access control, and automation.

In this tutorial, I’ll show you how to install Jenkins on Rocky Linux 9. The installation is relatively easy and should take no more than five to ten minutes.

What you need to install Jenkins

To participate, you need a running instance of Rocky Linux 9 and a user with sudo privileges. That is it.

How to set your time zone

The first thing we want to do is make sure your Rocky Linux server is in the correct time zone. To check, log into your copy of Rocky Linux and view the list of time zones with this command:

timedatectl list-timezones

Now find your time zone in this list and set it with the following, where TIMEZONE is the correct time zone for your area:

sudo timedatectl set-timezone TIMEZONE

How to install the necessary dependencies

Next, we’ll install the required dependencies. Start by opening a terminal window and install Java OpenJDK with this command:

sudo dnf install java-11-openjdk -y

Then install wget and curl with this command:

sudo dnf install wget curl -y

How to install the Jenkins repository

We need to add now the official Jenkins repository with the following:

sudo wget -O /etc/yum.repos.d/jenkins.repo

Now, to import the Jenkins GPG keyuse this:

sudo rpm --import 

How to install Jenkins

You can now install Jenkins with this command:

sudo dnf install jenkins -y

When the installation is complete, reload the systemctl daemon with this command:

sudo systemctl daemon-reload

Now you can start and enable the service with:

sudo systemctl enable --now jenkins

If you don’t already allow HTTP traffic through the firewall, enable it now with the following commands:

sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --reload

Access Jenkins

It’s time to access the platform by pointing your web browser to http://SERVER:8080, where SERVER is the IP address or domain of the hosting server. You will be prompted to enter the administrator password, which can be retrieved by running this command:

sudo cat /var/lib/jenkins/secrets/initialAdminPassword

Now copy and paste that password into the Admin password field (Image A).

Image A

Unlock Jenkins with the password you copied from the cat command.
Unlock Jenkins with the password you copied from the cat command.

You will then be prompted to install plugins. I recommend clicking Install Suggested Plugins to get the most commonly used plugins. After clicking Install Suggested Plugins, it will take a few minutes for the installation to complete, but eventually you will be prompted to create an admin user (Figure B).

Figure B

Make sure to create a strong password for your admin user.
Make sure to create a strong password for your admin user.

Once you’ve created the admin user, you’ll be presented with the main Jenkins page where you can start adding your projects.

Dexterity at your fingertips

Agile development is challenging so any tool you can get to simplify the process should be a must for you developers. If you want to put agility at your fingertips, Jenkins is a great place to start.

Looking for additional tips and tricks for development on Linux operating systems? Check out our guide, 8 must-have tools for developers on Linux.



Source link

Share130Tweet81Share33
Previous Post

How to quickly save a webpage to Notion with this simple Firefox extension

Next Post

7 ways to fight the security skills shortage

Tech Fashion

Tech Fashion

Related Posts

Kubernetes is the key to cloud, but cost containment is critical
Technology

Kubernetes is the key to cloud, but cost containment is critical

by Tech Fashion
March 14, 2023
Business leaders’ expectations for AI/ML applications are too high, say CDOs
Technology

Business leaders’ expectations for AI/ML applications are too high, say CDOs

by Tech Fashion
March 14, 2023
Get a second phone number for only $25 until 3/31
Technology

Get a second phone number for only $25 until 3/31

by Tech Fashion
March 13, 2023
Get 100 GB of secure cloud-based storage for a one time fee of $30
Technology

Get 100 GB of secure cloud-based storage for a one time fee of $30

by Tech Fashion
March 13, 2023
Next Post
7 ways to fight the security skills shortage

7 ways to fight the security skills shortage

Best QuickBooks Payroll alternatives for 2023

Best QuickBooks Payroll alternatives for 2023

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Categories

  • Business (4)
  • Celebrity (10)
  • Culture (8)
  • Education (9)
  • Entertainment (3)
  • Fashion (14)
  • Food (7)
  • Footwear (7)
  • Health (6)
  • Lifestyle (14)
  • Music (6)
  • SEO (1)
  • Social Media (2)
  • Software (4)
  • Tech Solution (1)
  • Technology (1,842)
  • Travel (12)
  • Website Design (2)

Recent.

Unveiling the Most Awaited Amazon Upcoming Sale 2023: A Shopper’s Paradise!

October 2, 2023
Unveiling the Spectacular Flipkart Upcoming Sale 2023

Unveiling the Spectacular Flipkart Upcoming Sale 2023: Your Ultimate Shopping Guide!

October 1, 2023
GA4 vs. Universal Analytics

GA4 vs. Universal Analytics: Unraveling the Evolution of Google Analytics

September 30, 2023
Tech Fashion Web

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Category

  • Business
  • Celebrity
  • Culture
  • Education
  • Entertainment
  • Fashion
  • Food
  • Footwear
  • Health
  • Lifestyle
  • Music
  • SEO
  • Social Media
  • Software
  • Tech Solution
  • Technology
  • Travel
  • Website Design

Recent Posts

  • Unveiling the Most Awaited Amazon Upcoming Sale 2023: A Shopper’s Paradise! October 2, 2023
  • Unveiling the Spectacular Flipkart Upcoming Sale 2023: Your Ultimate Shopping Guide! October 1, 2023
  • GA4 vs. Universal Analytics: Unraveling the Evolution of Google Analytics September 30, 2023

Contact Us

    © 2021 techfashionweb.com . All rights reserved.

    No Result
    View All Result
    • Home
    • Fashion
      • Footwear
      • Culture
    • Technology
      • Tech Solution
      • Website Design
      • Cyber Security
      • Software
    • Business
    • Digital Marketing
      • SEO
      • Social Media
    • Travel
    • Entertainment
      • Music
      • Celebrity
    • Health
      • Food
    • lifestyle
      • Home
    • More
      • Gaming
      • Gadgets
      • Education
      • Electronics
      • Gadgets
      • Reviews
      • Law

    © 2021 techfashionweb.com . All rights reserved.