-
Bug
-
Resolution: Fixed
-
Critical
Simple hello world from workflow-plugin
node {
sh 'echo hello world'
}
fails
Running: Allocate node : Start Running on master in /Users/Shared/Jenkins/Home/jobs/workflow/workspace Running: Allocate node : Body : Start Running: Shell Script [workspace] Running shell script nohup: can't detach from console: No such file or directory Aborted by asdf Aborted by asdf Running: Allocate node : Body : End Running: Allocate node : End Running: End of Workflow Finished: ABORTED
- is related to
-
JENKINS-25503 Use setsid instead of nohup
- Resolved