Skip to content

irapandey/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.cis.ibm.net/

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.

About

Enabling 4.14 z-stream jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 46.4%
  • Shell 35.2%
  • Makefile 13.0%
  • Dockerfile 2.5%
  • Jinja 2.1%
  • Python 0.8%