Issue Type: Bug Bug
Assignee: Jesse Glick
Components: workflow-plugin
Created: 18/Dec/14 1:05 AM
Description:
  • create 2 freestyle jobs test-parallel-job-1 and test-parallel-job-2 with just a 'execute shell script' build step that does 'echo $JOB_NAME'
  • create a workflow job with the following groove script:

def packageBuilds = [:]
packageBuilds["linux"] = { build 'test-paralell-job-1' }
packageBuilds["windows"] = { build 'test-paralell-job-2' }

parallel packageBuilds

  • launch a build of the workflow job, it never finishes and doesn't build test-parallel-job-1 and test-parallel-job-2, no error in the console output.
Environment: Docker image for workflow demo
Project: Jenkins
Priority: Blocker Blocker
Reporter: Phong Le
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to