File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1129,11 +1129,9 @@ https://issues.jenkins-ci.org[Jenkins issue tracker].
11291129Refer to link:CONTRIBUTING.adoc#contributing-to-the-git-plugin[contributing to the plugin] for contribution guidelines.
11301130Refer 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:
11391137https://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
11441142everything)
11451143
1146- [source,syntaxhighlighter-pre ]
1144+ [source,groovy ]
11471145----
11481146import hudson.matrix.*
11491147import hudson.model.*
@@ -1213,4 +1211,3 @@ for (job in allItems) {
12131211 }
12141212}
12151213----
1216-
You can’t perform that action at this time.
0 commit comments