Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.16 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.16 KB

CI/CD as Code

The purpose of these sample series is to create a simple set of examples, which showcases CI/CD as Code, using Jenkins. Primary goal is to create a stateless CI/CD setup, which can be bootstrapped from a set of configuration files and scripts so that many problems related to maintenance of the infrastructure and other operational issues are reduced.

A step by step approach is followed while implementing the examples. The documentation regarding each step can be reached using the links below.

Sample Steps

  1. Introduce a statefully containerised Jenkins
  2. Complete the basic setup of Jenkins via code: The goal of this step is to complete basic setup of Jenkins completely programmatically.
  3. First steps to 'job as code' : In this step, we are going to head towards configuring jobs programmatically.
  4. Stateless Jenkins - Job as Code Part II: In this part we are going to finalise setup and define some example jobs.

The articles are also available in my blog.