-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Linux, Tomcat
I have a Jenkins Build Job that uses SQL Plus Runner. Here are the version numbers of the various components
Web Application Server: Tomcat 8.0.20
JDK Version: 1.8.0_51
Jenkins Version: 1.651.3
SQLPlus Runner Version: 1.0.2
My sqlplus script tries to drop a non-existing table and exits with a non-zero error code. However, SQLPlus runner ignores the fact that the script exited with the non-zero error code and marks the build as successful. The build should be marked as Failed because the script exited with error code of 174 which is non-zero, correct?