devops-today-how
October 21, 2020
482 views 4 mins 0

How to easily install Jenkins in AWS EC2 – 2021

Hi Everyone! In this tutorial, you will learn how to install Jenkins – one of the most popular CI/CD tools! Jenkins is a self-contained, open-source automation orchestrator server that, together with other DevOps Tools, automates your DevOps tasks such as building, testing, and provisioning infrastructure. For example, you can configure Jenkins to publish artifacts to […]

devops-today-how
October 21, 2020
214 views 35 secs 0

How to install Jenkins in Ubuntu 18.04.LTS – 2020

Install and Configure Jenkins on Ubuntu 18.04.TLS Step 1: Log in to your ubuntu server and update it. Step 2: Install Java runtime environment (JDK) Step 3: Add the Jenkins keys to your system so you can download the build Step 4: Create the Jenkins build list file Step 5: Add the Jenkins build ID to […]