-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
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.
Originally reported by christian_rusin, imported from: Entering recommended refspec value for Gitlab job triggers an error
- status: Open
- priority: Blocker
- component(s): git-plugin, gitlab-plugin
- resolution: Unresolved
- votes: 0
- watchers: 5
- imported: 2025-12-02
Raw content of original issue
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.
