You might want to try adding
-Dorg.jenkinsci.plugins.durabletask.BourneShellScript.USE_BINARY_WRAPPER
to the JAVA_OPTS. This avoids the nohup by using a binary instead of a shell script to decouple from the java agent process.
You might want to try adding
-Dorg.jenkinsci.plugins.durabletask.BourneShellScript.USE_BINARY_WRAPPER
to the JAVA_OPTS. This avoids the nohup by using a binary instead of a shell script to decouple from the java agent process.