Forum Discussion
nmrao
9 years agoCommunity Hero
There is not anything like that.
- Umesh18069 years agoNew Contributor
Thanks nmrao..
But any work around to achieve the same?
- nmrao9 years agoCommunity HeroWhat command are you using in jenkins? ant / maven / testrunner to execute the project?
Jenkins job is to execute the command and it is done successfully. Why do you want to make it fail?- Umesh18069 years agoNew Contributor
I've been triggering jenkins using a batch file which actually has testrunner.bat command.
And I wish to achieve is to help the end user to check the test case results only if there's jenkins failure. If not, user would consider the test case is executed successfully.