From e927788b968bcf87b896822b974272621c7a38e6 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 7 Oct 2024 17:20:08 -0700 Subject: [PATCH] Test jenkinsci/workflow-job-plugin#476 --- Jenkinsfile | 2 +- pom.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ada015aa..095a3bbd0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ if (needSplittingFromWorkspace) { } def axes = [ - jenkinsVersions: ['lts', 'latest'], + jenkinsVersions: ['latest'], platforms: ['linux'], jdks: [17, 21], browsers: ['firefox'], diff --git a/pom.xml b/pom.xml index a169393e4..af8aa003b 100644 --- a/pom.xml +++ b/pom.xml @@ -496,6 +496,10 @@ and -Djdk.net.URLClassPath.disableClassPathURLCheck=true + + + target/workflow-job.hpi + @@ -810,6 +814,13 @@ and ${jenkins.version} war + + + org.jenkins-ci.plugins.workflow + workflow-job + 1445.vd9d145a_5a_106 + hpi + ${project.build.directory} true