-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
ubuntu
Regression from 1.413 to 1.417 (didn't look in intermediate verions).
I cannot specify "Ant version" in combobox in "Invoke ant" build step.
So trying to execute job causes
[myproject] $ ant debug FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations? java.io.IOException: Cannot run program "ant" (in directory "/path/to/workspace/myproject"): java.io.IOException: error=2, No such file or directory
Ant version is specified correctly in "Manage Jenkins/Configure System/Ant/Ant installations".
In 1.413 there was
[myproject] $ /path/to/ant/home/bin/ant debug ...
output.
The same issue described here.
- duplicates
-
JENKINS-10036 "Ant Version" field in "Invoke Ant" Build step missing in 1.416
- Resolved