Reputation: 18864
I want to configure Gitea
and Jenkins
, so Gitea
would automatically merge pull requests upon successful build in Jenkins.
What's the least effort way to approach this?
Upvotes: 0
Views: 3877
Reputation: 488
It should be generally available with this pull request
Upvotes: 1
Reputation: 65
For me the best solution was to use the Gitea Jenkins Plugin despite it is poor documented.
Some useful functions:
Here you can find more information:
Upvotes: 3