Skip to content

Commit b8f16ce

Browse files
Merge branch 'master' into fix-ping-interval
2 parents da0312a + 057aa6a commit b8f16ce

File tree

5 files changed

+243
-231
lines changed

5 files changed

+243
-231
lines changed

ath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o xtrace
66
cd "$(dirname "$0")"
77

88
# https://github.com/jenkinsci/acceptance-test-harness/releases
9-
export ATH_VERSION=6578.vcd7330d974d1
9+
export ATH_VERSION=6584.v099cc7d646fc
1010

1111
if [[ $# -eq 0 ]]; then
1212
export JDK=21

core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"clean-webpack-plugin": "4.0.0",
3232
"css-loader": "7.1.4",
3333
"css-minimizer-webpack-plugin": "7.0.4",
34-
"eslint": "10.0.0",
34+
"eslint": "10.0.1",
3535
"eslint-config-prettier": "10.1.8",
3636
"eslint-formatter-checkstyle": "9.0.1",
3737
"globals": "17.3.0",
3838
"handlebars-loader": "1.7.3",
3939
"mini-css-extract-plugin": "2.10.0",
4040
"postcss": "8.5.6",
4141
"postcss-loader": "8.2.1",
42-
"postcss-preset-env": "11.1.3",
42+
"postcss-preset-env": "11.2.0",
4343
"postcss-scss": "4.0.9",
4444
"prettier": "3.8.1",
4545
"sass": "1.97.3",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)