RTC commandline build not failing for failed result
Hi,
I created one ANT build definition using jazz ANT commandline build, I am passing below command in build definition, its working fine if build is passed, if build is failed still build result shows in green. Command:c:\build\setEnv.cmd & ant –f c:\build\core.xml
Thanks & Regards Sachin Nairy
|
One answer
You might try grouping the commands with parenthesis (and use the conditional execution token) as follows:
Command:(C:\build\setEnv.cmd && ant -f c:\build\core.xml)
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.