I have a jenkins running for some time but I need to do the built-in builds with Oracle so I used the SQLPlus Script Runner, and this one has already been searched in several places but nothing gives me an idea of the reason for the error:
Setting JDK1_8_192_HOME = / var / lib / jenkins / tools / hudson.model.JDK / JDK1-8-192 [43] $ / opt / oracle_11 / client_1 / bin / sqlplus -L user / pass @ DB @ / tmp / temp-script-15410242206632532672140431784649.sql Process exited with status 139
Exit code: 139
text in negritojava.lang.RuntimeException: Process exited with error at org.jenkinsci.plugins.sqlplus.script.runner.SQLPlusRunner.run (SQLPlusRunner.java:446) at org.jenkinsci.plugins.sqlplus.script.runner.SQLPlusRunnerBuilder.perform (SQLPlusRunnerBuilder.java:174) at hudson.tasks.BuildStepCompatibilityLayer.perform (BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor $ 1.perform (BuildStepMonitor.java:20) at hudson.model.AbstractBuild $ AbstractBuildExecution.perform (AbstractBuild.java:744) at hudson.model.Build $ BuildExecution.build (Build.java:206) at hudson.model.Build $ BuildExecution.doRun (Build.java:163) at hudson.model.AbstractBuild $ AbstractBuildExecution.run (AbstractBuild.java:504) at hudson.model.Run.execute (Run.java:1819) at hudson.model.FreeStyleBuild.run (FreeStyleBuild.java:43) at hudson.model.ResourceController.execute (ResourceController.java:97) at hudson.model.Executor.run (Executor.java:429) ERROR: Process exited with error Finished: FAILURE
Variables are all defined ORACLE_HOME, PATH, TNS_ADMIN
Would anyone have an idea of the cause?