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
Hi @stephaneerard!
I haven't been into this plugin for quite some time now.
The best I can tell is that the project is recognized to match the commit/payload (it shows in the matching list) but for some reason is not triggered to be built.
Maybe @javiplx can help you with that one further, he's taken up the development of the plugin lately.
Thank you!
I can see the "Branches to build Branch Specifier (blank for 'any')" parameter is set to "hotfix/1.0.1".
That will never produce a match, because when there is a / on the branch specifier, git plugin requires the remote name to be there. So, either origin/ or */ should be the leading text on branch specifier.
Hi,
First, thank you for your plugin !
I'm trying your plugin using multi-branch project style and hitting a wall : "no project references the given repo url and commit branch"
Here is my setting:
Adding a commit in a branch (git flow)
Stack trace in jenkins logs :
Obviously I want it to trigger a build for test/hotfix/1.0.1 :)
Is it made to work this way ?
Going to the configuration of the sub-project : http://192.168.0.17:8090/job/test/branch/hotfix%2F1.0.1/configure
I can see the "Branches to build Branch Specifier (blank for 'any')" parameter is set to "hotfix/1.0.1".
Thank you very much !
The text was updated successfully, but these errors were encountered: