I installed SSH remote hosts in Jenkins and I was able to connect to the Linux server by building the Job. However, when I execute the PeopleSoft command (pssqr...) I am getting a 'sudo...' error.I am missing something for my setup?
Would my existing setup work or I need to install Jenkins master Server/Client with the Client on Jenkins?
I am checking with my Tech Support to answer your question. For now, here is the error we are getting -
Started by user ... Building in workspace L:\Jenkins\workspace\Execute DB TEST ERROR: Build step failed with exception java.lang.NullPointerException at org.jvnet.hudson.plugins.SSHBuilder.perform(SSHBuilder.java:51) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1741) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Build step 'Execute shell script on remote host using ssh' marked build as failure Finished: FAILURE
-----------------------------------------