DevOps

Test Jenkins Jobs

A Step-by-Step Guide on Testing Jenkins Jobs Testing Jenkins jobs is a crucial part of ensuring your automation and continuous integration workflows run smoothly. In this guide, we’ll walk you through the process of creating and testing a simple Jenkins job. We’ll call this job “My-First-Project.” Step 1: Create a New Jenkins Job Step 2: […]

DevOps

Install Jenkins on AWS EC2

Jenkins is a self-contained Java-based program, ready to run out-of-the-box, with packages for Windows, Mac OS X and other Unix-like operating systems. As an extensible automation server, Jenkins can be used as a simple CI server or turned into the continuous delivery hub for any project. Prerequisites 1. EC2 Instance   With Internet Access   Security Group […]

DevOps

Jenkins – Installation – Linux

Jenkins is a self-contained Java-based program, ready to run out-of-the-box, with packages for Windows, Mac OS X and other Unix-like operating systems. As an extensible automation server, Jenkins can be used as a simple CI server or turned into the continuous delivery hub for any project. https://www.jenkins.io/doc/book/installing/ To install and setup the Jenkins server on […]