-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Hi,
I'm using pipeline-maven-plugin 3.0.1, with Jenkins (CLI I think) 2.85. For Freestyle jobs, when using Invoke top-level Maven targets, it's successful without any error/issue came up. However, when using withMaven in Declarative Pipeline, the issue of java.lang.IllegalArgumentException: Cannot relativize 'path' relatively to 'another_path' occurred.
I tried to use either -f 'path_to_pom.xml_file'**, or dir("${WORKSPACE}"), the issue was resolved in release:prepare step. Then in release:perform step, the artifacts/packages were uploaded to Nexus, and the build was successful, but the errors still occurred.
- relates to
-
JENKINS-46084 "IllegalArgumentException : Cannot relativize '...' relatively to ...'" with symlinks
-
- Closed
-
[JENKINS-63632] Cannot relativize '...' relatively to '...' in pipeline maven plugin 3.0.1
Description |
Original:
Hi, I'm using pipeline-maven-plugin 3.0.1, with Jenkins (CLI I think) 2.85. For Freestyle jobs, when using *Invoker top-level Maven targets*, it's successful without any error/issue came up. However, when using withMaven in Declarative Pipeline, the issue of java.lang.IllegalArgumentException: Cannot relativize 'path' relatively to 'another_path' occurred. I tried to use either _-f 'path_to_pom.xml_file'**_, or _dir("${WORKSPACE}")_, the issue was resolved in release:prepare step. Then in release:perform step, the artifacts/packages were uploaded to Nexus, and the build was successful, but the errors still occurred. |
New:
Hi, I'm using pipeline-maven-plugin 3.0.1, with Jenkins (CLI I think) 2.85. For Freestyle jobs, when using *Invoke top-level Maven targets*, it's successful without any error/issue came up. However, when using withMaven in Declarative Pipeline, the issue of java.lang.IllegalArgumentException: Cannot relativize 'path' relatively to 'another_path' occurred. I tried to use either _-f 'path_to_pom.xml_file'**_, or _dir("${WORKSPACE}")_, the issue was resolved in release:prepare step. Then in release:perform step, the artifacts/packages were uploaded to Nexus, and the build was successful, but the errors still occurred. |
Link |
New:
This issue relates to |
Assignee | New: Arnaud Héritier [ aheritier ] |