ppc64le-cloud / jenkins-infra

0 stars 4 forks source link

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

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.