From 2e78ef98b9eb57cbf3a1adb79ae7ea45d8556f45 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 30 Oct 2024 13:20:47 -0700 Subject: [PATCH] Test with 2.479.1 LTS (#684) --- src/it/parent-4x/pom.xml | 4 ++-- src/it/parent-4x/verify.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/it/parent-4x/pom.xml b/src/it/parent-4x/pom.xml index b878ec82a8..6d025e3d42 100644 --- a/src/it/parent-4x/pom.xml +++ b/src/it/parent-4x/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 5.1 + 5.2 org.jenkins-ci.tools.hpi.its @@ -12,7 +12,7 @@ 1.0-SNAPSHOT hpi - 2.479 + 2.479.1 @project.version@ false false diff --git a/src/it/parent-4x/verify.groovy b/src/it/parent-4x/verify.groovy index be29aff6ae..65e7bd8a55 100644 --- a/src/it/parent-4x/verify.groovy +++ b/src/it/parent-4x/verify.groovy @@ -25,7 +25,7 @@ checkArtifact(installed, 'parent-4x-1.0-SNAPSHOT.hpi', ['WEB-INF/lib/parent-4x.jar'], // TODO still some problems with unwanted transitive JAR dependencies creeping in, e.g. WEB-INF/lib/jboss-marshalling-1.4.9.Final.jar in workflow-multibranch.hpi, or all kinds of junk in parameterized-trigger.hpi ['test/SampleRootAction.class', 'WEB-INF/lib/symbol-annotation-1.5.jar'], - ['Short-Name': 'parent-4x', 'Group-Id': 'org.jenkins-ci.tools.hpi.its', 'Jenkins-Version': '2.479' /* Plugin-Version unpredictable for a snapshot */, 'Plugin-Dependencies': 'structs:338.v848422169819']) + ['Short-Name': 'parent-4x', 'Group-Id': 'org.jenkins-ci.tools.hpi.its', 'Jenkins-Version': '2.479.1' /* Plugin-Version unpredictable for a snapshot */, 'Plugin-Dependencies': 'structs:338.v848422169819']) checkArtifact(installed, 'parent-4x-1.0-SNAPSHOT.jar', ['META-INF/annotations/hudson.Extension', 'test/SampleRootAction.class', 'index.jelly'],