From fc998f339ef90794dc2c5290aa1eca3b1aed0223 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 8 Aug 2022 18:42:16 -0700 Subject: [PATCH 1/2] Support plugin compatibility tester (PCT) --- pom.xml | 6 ++++++ ui-tests/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 0e6ead131c..fcf58e72e8 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ 1.8 + 3.32 3.10.1 3.0.0 ${java.version} @@ -32,6 +33,11 @@ true + + org.jenkins-ci.tools + maven-hpi-plugin + ${hpi-plugin.version} + diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index 3a94186925..d85177f2d1 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -17,6 +17,7 @@ 2.361 + 3.32 2.3 2.35.0 ${project.groupId}.warnings.ui.tests @@ -231,6 +232,11 @@ + + org.jenkins-ci.tools + maven-hpi-plugin + ${hpi-plugin.version} + From 09e942e1290a85526a97cbf5e1f4ca1d949e6967 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 10 Aug 2022 09:31:46 +0200 Subject: [PATCH 2/2] Restore Jenkins version to 2.361. --- ui-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index cdde4788bf..d85177f2d1 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -16,7 +16,7 @@ UI Tests of Warnings Plugin - 2.363 + 2.361 3.32 2.3 2.35.0