Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Windows
Jenkins version 2.93
pipeline-maven-plugin version: 3.0.3 & 3.0.4
Description
Can't find maven provided by jenkins global tools configuration. Jenkins is installed in "c:\program files (x86)\Jenkins" (with whitespaces in path).
Fails since version 3.0.3.
Snippet of console output:
13:34:03.852 [withMaven] use Maven installation 'Maven 3.5.0' [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] bat 13:34:04.117 [workspace] Running batch script 13:34:04.377 13:34:04.378 {workspacePath}>mvn -f ./{pathToPom} clean 13:34:04.379 ----- withMaven Wrapper script ----- 13:34:04.379 Der Befehl "C:\Program" ist entweder falsch geschrieben oder 13:34:04.379 konnte nicht gefunden werden.
Attachments
Issue Links
- is related to
-
JENKINS-48264 regression: 3.0.3 no longer supports whitespaces in job name
-
- Closed
-
Code changed in jenkins
User: Cyrille Le Clerc
Path:
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/WithMavenStepExecution.java
http://jenkins-ci.org/commit/pipeline-maven-plugin/4de87539abb92bd817ae37a3edeba0e85dab4477
Log:
JENKINS-48362Support whitespace in Maven installation path