File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/src/main/resources/jenkins/widgets/HistoryPageFilter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ THE SOFTWARE.
3232 <j : set var =" queuedItems" value =" ${it.queueItems}" />
3333 <j : if test =" ${!queuedItems.isEmpty()}" >
3434 <span class =" app-builds-container__heading" >${%Pending}</span >
35- <j : forEach var =" pageEntry" items =" ${queuedItems}" >
35+ <j : forEach var =" pageEntry" items =" ${queuedItems}" indexVar = " i " >
3636 <j : set var =" item" value =" ${pageEntry.entry}" />
3737 <j : set var =" id" value =" ${h.generateId()}" />
3838
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ THE SOFTWARE.
7373 </issueManagement >
7474
7575 <properties >
76- <revision >2.552 </revision >
76+ <revision >2.553 </revision >
7777 <changelist >-SNAPSHOT</changelist >
78- <project .build.outputTimestamp>2026-02-16T15:39:55Z </project .build.outputTimestamp>
78+ <project .build.outputTimestamp>2026-02-24T06:43:50Z </project .build.outputTimestamp>
7979
8080 <!-- configuration for patch tracker plugin -->
8181 <project .patchManagement.system>github</project .patchManagement.system>
You can’t perform that action at this time.
0 commit comments