-
Bug
-
Resolution: Fixed
-
Minor
-
jenkins 1.642.1
windows
add the path to maven 3.3.9 to your PATH environment
start Jenkins
create a new freestyle job on windows
add a maven step (-version)
build the job
expected results
the output of maven is shown
actual results
build fails. Jenkins tries to invoke mvn.bat which does not exist.
workaround
add a maven installation and configure jobs to use that (untested)
Causes several ATH failures on windows.
- links to