Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Feature: make function to ff branches to a certain #136

Open sofusalbertsen opened 6 years ago

sofusalbertsen commented 6 years ago

According to our posters, and way of working: https://www.praqma.com/stories/git-phlow/

We want to have the branches "master", "stable", "release" to indicate where in the release train we are.

This should be a function in PiP like:

promotebranchToHere('stable')

It should fail if it is not a FF merge, as per blogpost.