I am trying to create a Jenkins job that restarts a program that runs all the time on one of our servers.
I specify the following as the command to run:
Try adding the & in the Jenkins build step and redirecting the output using > nohup.out.
&
> nohup.out