diff --git a/pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/LibrariesTest.java b/pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/LibrariesTest.java index 531a0780b..2413c715b 100644 --- a/pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/LibrariesTest.java +++ b/pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/LibrariesTest.java @@ -161,6 +161,8 @@ public void librariesDirectiveWithOutsideVarAndFunc() throws Exception { @Test public void folderLibraryParsing() throws Exception { otherRepo.init(); + // longpaths to support longer filenames for windows. Only needs to be set once. + otherRepo.git("config", "--global", "core.longpaths", "true"); otherRepo.git("checkout", "-b", "test"); otherRepo.write("src/org/foo/Zot.groovy", "package org.foo;\n" + "\n" + diff --git a/pom.xml b/pom.xml index e0a4a34eb..e5771f8ea 100644 --- a/pom.xml +++ b/pom.xml @@ -74,8 +74,8 @@ io.jenkins.tools.bom - bom-2.319.x - 1117.v62a_f6a_01de98 + bom-2.332.x + 1198.v387c834fca_1a_ import pom @@ -160,7 +160,7 @@ 999999-SNAPSHOT jenkinsci/pipeline-model-definition-plugin - 2.321 + 2.332.1 8 2.4.12