-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: git-plugin, gitlab-plugin
-
None
In the Jenkin's documentation for setting up a Freestyle job there is a recommendation:
- In theĀ AdvancedĀ settings, setĀ NameĀ toĀ originĀ andĀ RefspecĀ toĀ +refs/heads/:refs/remotes/origin/ +refs/merge-requests//head:refs/remotes/origin/merge-requests/
https://plugins.jenkins.io/gitlab-plugin/#plugin-content-git-configuration
However setting up
+refs/heads/:refs/remotes/origin/ +refs/merge-requests//head:refs/remotes/origin/merge-requests/
into the dedicated field triggers the error (see the screen-shot attached).
The format seem to respect the documentation.