jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.44k stars 618 forks source link

Merge from master #1486

Closed MarkEWaite closed 1 year ago

MarkEWaite commented 1 year ago

Merge from master branch for easier future maintenance

It is easier to manage a long-lived branch that is a descendant of another branch by regularly using git merge from the upstream branch. This pull request merges the master branch and reduces the differences between this branch and the master branch to only be in the Jenkinsfile.

MarkEWaite commented 1 year ago

Targeted the wrong destination branch. Ugh. Sloppy pull request creation

krisstern commented 1 year ago

No worries, happens to everyone