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
[JENKINS-75162] Fix fragment identifiers to plugins.jenkins.io content (#1711)
The previous fragment identifiers in the documentation links no longer
exist in the plugins.jenkins.io page content. Use fragment identifiers
that exist so that a click of the link takes the reader to the correct
location in the page content.
Partial fix of https://issues.jenkins.io/browse/JENKINS-75162
Copy file name to clipboardExpand all lines: src/main/java/hudson/plugins/git/GitSCM.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1165,7 +1165,7 @@ public EnvVars getEnvironment() {
1165
1165
buildData.saveBuild(revToBuild);
1166
1166
1167
1167
if (buildData.getBuildsByBranchName().size() >= 100) {
1168
-
log.println("JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script");
1168
+
log.println("JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#plugin-content-remove-git-plugin-buildsbybranch-builddata-script");
Copy file name to clipboardExpand all lines: src/main/resources/hudson/plugins/git/GitSCM/help.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
</p>
42
42
<p>
43
43
The <code>checkout</code> step can be used in many cases where the <code>git</code> step cannot be used.
44
-
Refer to the <ahref="https://plugins.jenkins.io/git#extensions">git plugin documentation</a> for detailed descriptions of options available to the checkout step.
44
+
Refer to the <ahref="https://plugins.jenkins.io/git/#plugin-content-extensions">git plugin documentation</a> for detailed descriptions of options available to the checkout step.
45
45
For example, the <code>checkout</code> step supports:
Copy file name to clipboardExpand all lines: src/main/resources/jenkins/plugins/git/GitStep/help.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
</p>
35
35
<p>
36
36
The <code>checkout</code> step can be used in many cases where the <code>git</code> step cannot be used.
37
-
Refer to the <ahref="https://plugins.jenkins.io/git#extensions">git plugin documentation</a> for detailed descriptions of options available to the checkout step.
37
+
Refer to the <ahref="https://plugins.jenkins.io/git/#plugin-content-extensions">git plugin documentation</a> for detailed descriptions of options available to the checkout step.
38
38
For example, the <code>git</code> step does <strong>not</strong> support:
0 commit comments