jenkinsci / gitlab-plugin

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

Automatically sync the project branch every day #1483

Closed basil closed 1 year ago

basil commented 1 year ago

This will create a pull request once a day (at midnight UTC) to sync the project branch if it has fallen behind the main branch.

basil commented 1 year ago

CC @krisstern

basil commented 1 year ago

One of the reasons that we have to do this in a GitHub Actions workflow rather than in Jenkins is JENKINS-43749, a ticket that was opened over six (6) years ago and remains unfixed.

krisstern commented 1 year ago

Thanks @basil and @MarkEWaite!