From aa68f695fed2810409189a54dea1699ac712b9d2 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:05:23 +0100 Subject: [PATCH 1/5] Adapt for container UI --- pom.xml | 2 +- .../plugins/designlibrary/Home/index.jelly | 132 +++++++++--------- src/main/resources/lib/samples/layout.jelly | 28 ++-- 3 files changed, 77 insertions(+), 85 deletions(-) diff --git a/pom.xml b/pom.xml index 1cc306b6..c257fb89 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ THE SOFTWARE. jenkinsci/design-library-plugin 2.541 - 2.560 + 2.567-rc38343.9c3f1c425c6d 22.15.0 11.12.1 false diff --git a/src/main/resources/io/jenkins/plugins/designlibrary/Home/index.jelly b/src/main/resources/io/jenkins/plugins/designlibrary/Home/index.jelly index 35ec9efa..a633ccfe 100644 --- a/src/main/resources/io/jenkins/plugins/designlibrary/Home/index.jelly +++ b/src/main/resources/io/jenkins/plugins/designlibrary/Home/index.jelly @@ -7,85 +7,81 @@ - + -
-
- -
-
-
- ${%Jenkins illustration} -
-
-

${%welcome}

-

${%description}

+ +
+
+
+ ${%Jenkins illustration}
- - - -
- - - - -
-
+
+

${%welcome}

+

${%description}

+
+
- -
- - -
-
+ +
+ + + + +
+
- -
- - - - -
-
+ +
+ + +
+
- + +
+ + + +
-
+
+ + diff --git a/src/main/resources/lib/samples/layout.jelly b/src/main/resources/lib/samples/layout.jelly index 40134655..b5726594 100644 --- a/src/main/resources/lib/samples/layout.jelly +++ b/src/main/resources/lib/samples/layout.jelly @@ -53,25 +53,21 @@ THE SOFTWARE. - -
-
- - - - - Since ${it.since} - - - + + + + + + Since ${it.since} + + + -

${it.description}

+

${it.description}

- + - -
-
+
From 8eed8fa432d267c821cdfcb3414c233379094b25 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:34:13 +0100 Subject: [PATCH 2/5] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index def9b147..95dafecd 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ THE SOFTWARE. jenkinsci/design-library-plugin 2.541 - 2.567-rc38343.9c3f1c425c6d + 2.572-rc38500.cc4401deed77 22.23.1 11.17.0 false From 02f7cdc6c3430d3f01cdebb3a56e1b0814d56299 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 2 Aug 2026 10:17:34 +0100 Subject: [PATCH 3/5] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 95dafecd..58616a83 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ THE SOFTWARE. jenkinsci/design-library-plugin 2.541 - 2.572-rc38500.cc4401deed77 + 2.576 22.23.1 11.17.0 false From c2d5a225de3a7f865738de5bc869afd5df77dc55 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:43:41 +0100 Subject: [PATCH 4/5] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2bab572..5ba37311 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ THE SOFTWARE. jenkinsci/design-library-plugin 2.541 - 2.576 + 2.577 24.18.0 12.0.1 false From 046681e75259be7c7f4b3bbf385ede3bafbc187c Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:24:19 +0100 Subject: [PATCH 5/5] Trigger Build