My Software Engineering Notes Help

Jenkins, From Zero to Hero: Become a DevOps Jenkins Master

incomplete

Section 1—Introduction

What is Jenkins?

  • for simplicity, it is purely an automation server

What is an automation server?

  • it works to automate everything that you want, anything you want

Today, Jenkins is mostly being used for continuous integration/ continuous delivery

Section 2—Getting Started with Jenkins

Introduction to Jenkins

Dashboard

dashboard

New Items

new items

People

people

Build History

build history

Manage

manage jenkins

My Views

my views

Create a job

  1. Click on New Item from the Dashboard

    dashboard

  2. Enter in the job name

  3. Click on job type

  4. Click on OK button

new item entry

This will navigate you to the job configuration screen

job configuration
  1. Add your configuration

  2. Click on Save button

job configuration save
  1. Click on Build Now

job configuration build
  1. Click on completed job in Build History

job build done
  1. Click on Console Output

job screen
job console output
Last modified: 10 March 2024