Category: Kubernetes, github

In this tutorial, we will configure a Jenkins pipeline on Kubernetes that leverages Jenkins and Webhook Relay operators. Jenkins Kubernetes operator will be creating Jenkins instances with a predefined seed job.

I will call it ‘jenkins’ but you can choose any other name: And then switch to it: We will install Jenkins operator using Helm.

You can either use Jenkins Operator docs to create one or you can fork this https://github.com/webhookrelay/jenkins-operator-example.git repository and clone it.

This step could be automated by making Jenkins automatically configure Github repositories to forwarding to this endpoint, however for simplicity and so that it’s more clear how it works, we will add this URL manually.

Related Articles