Peter S commented on Bug JENKINS-13871

I've got this problem too, but with wrapped "execute nant target" build step inside conditional section.
The steps to reproduce issue is next

  • Install node-label plugin, which allows to target build executon on some exact node.
  • Create job, configure single conditional step with wrapped long executable task(groovy script while(true){} fits maybe).
  • Allow concurrent builds for this job.
  • Make job parametrized, configure node-label parameter, with allowed two nodes to run this job
  • Run job on first node, after that run job on another node.
  • Console Output shows that second run hangs execution before conditional step
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

Reply via email to