-
Bug
-
Resolution: Fixed
-
Blocker
-
Jenkins greater than 1.652
IStarting from Jenkins 1.653 with the same plugins versions we noticed that the ant command is created differently and it does not work with our configuration.
Add build step Invoke Ant with the following values:
Ant Version: ANT_1.9.4
Targets: -lib D:\ANT_1.9.4\ANT_libs Alpha.i
Build File: buildInstallers.xml
Properties:
iaPath=${InstallAnywhereLocation}
iaOutputDir=$WORKSPACE
iaMergeModulesDir=
buildView=$WORKSPACE
buildLogsPath=$WORKSPACE
installersPath=$WORKSPACE
1.652 - Command output
cmd.exe /C '"D:\ANT_1.9.4\bin\ant.bat -file buildInstallers.xml -DiaOutputDir=D:\JENKINS-WS\Alpha\workspace "-DiaPath=C:\Program Files (x86)\InstallAnywhere 2015" -DbuildLogsPath=D:\JENKINS-WS\Alpha\workspace -DiaMergeModulesDir="" -DbuildView=D:\JENKINS-WS\Alpha\workspace -DinstallersPath=D:\JENKINS-WS\Alpha\workspace -lib D:\ANT_1.9.4\ANT_libs Alpha.i && exit %%ERRORLEVEL%%"'
1.653 and 1.654 - Command output
cmd.exe /C "D:\ANT_1.9.4\bin\ant.bat -file buildInstallers.xml -DiaOutputDir=D:\JENKINS-WS\Alpha\workspace '"-DiaPath=C:\Program Files (x86)\InstallAnywhere 2015"' -DbuildLogsPath=D:\JENKINS-WS\Alpha\workspace -DiaMergeModulesDir= -DbuildView=D:\JENKINS-WS\Alpha\workspace -DinstallersPath=D:\JENKINS-WS\Alpha\workspace -lib D:\ANT_1.9.4\ANT_libs Alpha.i && exit %%ERRORLEVEL%%"
BUILD FAILED
Target "D:\JENKINS-WS\Alpha\workspace" does not exist in the project "TNMS Installers".
- is related to
-
JENKINS-33712 Empty parameterized build properties not quoted when passed to ant
-
- Resolved
-
-
JENKINS-28790 Sonar database credentials in build console output not masked since LTS version 1.596.3
-
- Resolved
-
-
JENKINS-31986 OS-related problems with Maven parameters (from job or from build step)
-
- Open
-
[JENKINS-33727] Invoke Ant - Build failed if parameters contain spaces due to changes in quotes since 1.653
Link |
New:
This issue is related to |
Summary | Original: Invoke Ant build step does not work since 1.653 | New: Invoke Ant - Build failed if parameters contain spaces due to changes in quotes since 1.653 |
Link |
New:
This issue is related to |
Assignee | New: Emilio Escobar [ escoem ] |
Labels | New: regression |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue depends on |
Link |
Original:
This issue depends on |
Link | New: This issue is related to JENKINS-31986 [ JENKINS-31986 ] |
Summary | Original: Invoke Ant - Build failed if parameters contain spaces due to changes in quotes since 1.653 | New: Invoke Ant - Build failed if parameters are blank due to changes in quotes since 1.653 |