Generic Webhook Trigger Plugin
Table of Contents
The Problem
Code Duplication And Security
A Branch Is Not A Feature
Documentation
The Solution
Code Duplication And Security
A Branch Is Not A Feature
Documentation
This post will describe some common problems I’ve had with Jenkins and how I solved them by developing Generic Webhook Trigger Plugin.
The Problem
I was often struggling with the same issues when working with Jenkins:
Code duplication and security - Jenkinsfiles in...