Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<td>
<props:passwordProperty name="${keys.gitlabToken}" className="mediumField"/>
<span class="smallNote">
Can be found at <strong>/profile/account</strong> in GitLab
Can be found at <strong>/profile/personal_access_tokens</strong> in GitLab
</span>
<span class="error" id="error_${keys.gitlabToken}"></span>
<c:if test="${testConnectionSupported}">
Expand Down
2 changes: 1 addition & 1 deletion kotlin-dsl/CommitStatusPublisher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</param>
<param name="secure:gitlabAccessToken" dslName="accessToken" mandatory="true">
<description>
Access token to use for GitLab connection. Can be found at /profile/account in GitLab.
Access token to use for GitLab connection. Can be found at /profile/personal_access_tokens in GitLab.
</description>
</param>
</option>
Expand Down