DEV Community

Back2Basics
Back2Basics

Posted on

Jenkins Back To Basics

Jenkins is one of the most widely used CI/CD tool. Enables to automate the software tasks effectively. It is open source and strong community support.

  • Introductions to Jekins
  • Basics of SCM
  • Basics of CI/CD
  • Jenkins Architecture
  • Installation Option
  • Plugins extend functionality
  • Controller Failure - Freestyle project.
  • Pipeline and Jenkins file
  • Additional Pipeline configs
  • Simple Pipeline Job
  • Build and Test via Pipleline
  • Pipeline Script from SCM( Source Code Management )
  • Automating Jenkins using CLI and APIs
  • Build a Job
  • Install a Plugin
  • Jenkins Security Overview
  • Jenkins Authentication and Authorization via matrics authorization strategy. #### Note: Learning from Kodekloud community.

Image description

migrating from manual to VCS and Jenkins

Image description

Pipeline stages:

Image description

Developer CI/CD pipelines

Image description

Core Terminology:

Image description

Image description

Image description

Top comments (0)