Skip to content

varadahirwadkar/jenkins-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project contains scripts and infra configuration files for Jenkins CD Pipelines for OpenShift on IBM Power It includes pipelines that create openshift clusters in PowerVS and PowerVC environment

Jenkins Url: https://jenkins.ppc64le-cloud.org/

Jenkins Architecture

Architectural Diagram

Working on Jenkins in brief

  • The Jenkins is running on an IKS cluster
  • Pods are created to run the JNLP agents
  • The JNLP agents runs the pipelines to perform cluster creation and running tests in PowerVS and PowerVC environment

Jenkins Pipeline flow

Pipelineflow

  1. When git PR is created PROW job runs to verify the Jenkins pipeline
  2. After PR gets merged PROW job runs to load the jenkins jobs.
  3. The Jenkins scheduler runs jobs according to schedule mentioned in jinja template file
  4. The JNLP agents are created that runs pipeline job which creates cluster, performs tests.
  5. After successful cluster creation and running of tests, the test results are stored in influx db which is used for grafana dashboard creation

###Backup Job details Please see Backup doc for details.