Skip to content

Commit b241f01

Browse files
authored
Fix #138 - Repository browser break freestyle project save (#139)
Move the existing config.jelly file into the location where it will be found by Jenkins. Allows the "GitLab" repository browser to be used from Freestyle projects as intended. Also adds top level help for the GitLab repository browser so that it can be found in the Pipeline Steps reference for the GitLabBrowser. Not yet ready to add an `@Symbol` annotation because this repository browser 'GitLab' differs only by case from the similar repository browser inside the git plugin (called 'gitlab').
1 parent 0620ab4 commit b241f01

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div>
2+
Specify the HTTP URL for this project's GitLab page so that links to changes can be automatically generated by Jenkins.
3+
The URL needs to include the owner and project.
4+
If the GitLab server is <code>https://gitLab.example.com</code> then the URL for bob's skunkworks
5+
project might be <code>https://gitLab.example.com/bob/skunkworks</code>.
6+
</div>

0 commit comments

Comments
 (0)