Skip to content

Commit d01c3b5

Browse files
yashj21MarkEWaite
andauthored
Apply suggestions from code review
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
1 parent 6bea7a6 commit d01c3b5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,11 +1129,9 @@ https://issues.jenkins-ci.org[Jenkins issue tracker].
11291129
Refer to link:CONTRIBUTING.adoc#contributing-to-the-git-plugin[contributing to the plugin] for contribution guidelines.
11301130
Refer to link:Priorities.adoc#git-plugin-development-priorities[plugin development priorities] for the prioritized list of development topics.
11311131

1132-
[#Remove Git Plugin BuildsByBranch BuildData Script]
11331132
== Remove Git Plugin BuildsByBranch BuildData Script
11341133

1135-
This script is used to remove the static list of BuildsByBranch that is
1136-
uselessly stored for each build by the Git Plugin.
1134+
This script is used to remove the static list of BuildsByBranch that is uselessly stored for each build by the Git Plugin.
11371135

11381136
* This is a workaround for the problem described here:
11391137
https://issues.jenkins-ci.org/browse/JENKINS-19022
@@ -1143,7 +1141,7 @@ https://issues.jenkins-ci.org/browse/JENKINS-19022
11431141
* Updated to handle Pipeline job types (just call getJobNames() to find
11441142
everything)
11451143

1146-
[source,syntaxhighlighter-pre]
1144+
[source,groovy]
11471145
----
11481146
import hudson.matrix.*
11491147
import hudson.model.*
@@ -1213,4 +1211,3 @@ for (job in allItems) {
12131211
}
12141212
}
12151213
----
1216-

0 commit comments

Comments
 (0)