-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
JENKINS 1.480.1 LTS
The only way to kill a job run by dist-fork is to press the red 'X' button in Jenkins. The functionality to abort the job from the script that started it is missing.
If you kill (or terminate) the java process that called dist-fork (java -jar jenkins-cli.jar ... dist-fork proc.sh), the job will continue to execute on Jenkins.
Is this still an issue? I don't see this behavior in my installation of Jenkins: when the cli process is killed, also the job disappears from Jenkins.