You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Hi
I need some help to figure out if it is possible to trigger a merge build from source using the git-plugin without configuring merge and additional repositories. I have source and target (repository and branch) details and would like to trigger a build merging this two branches. Is it possible to cue an action to achieve this?
Any suggestion is welcome.
For details:
I am working on a solution for gitlab-plugin to get the plugin to trigger a build with a git merge without too munch configuration.
From a webhook we receive the repository and branch information (see code) and need to trigger a build merging this branches.
At the moment we need to setup an additional git repository in jenkins configuration and configure a merge using Build parameters (defined here) gitlab-plugin.
It would be really nice if we could just call an action or trigger from the git-plugin but cant figure out how to do this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I need some help to figure out if it is possible to trigger a merge build from source using the git-plugin without configuring merge and additional repositories. I have source and target (repository and branch) details and would like to trigger a build merging this two branches. Is it possible to cue an action to achieve this?
Any suggestion is welcome.
For details:
I am working on a solution for gitlab-plugin to get the plugin to trigger a build with a git merge without too munch configuration.
From a webhook we receive the repository and branch information (see code) and need to trigger a build merging this branches.
At the moment we need to setup an additional git repository in jenkins configuration and configure a merge using Build parameters (defined here) gitlab-plugin.
It would be really nice if we could just call an action or trigger from the git-plugin but cant figure out how to do this?
The text was updated successfully, but these errors were encountered: