ikedam commented on Bug JENKINS-21932

I found it reproduces even with only one downstream project:

  1. Install parameterized-trigger plugin
  2. Create a node "slave1" from Manage Jenkins > Manage Nodes > New Node
    • No need to launch that node.
  3. Create a free style project "downstream".
    • Check "Restrict where this project can be run" (this is displayed only when there are slaves) and enter "slave1" to "Label _expression_"
  4. Create a free style project "upstream"
    • Add "Trigger/call builds on other projects"
      • "downstream" for "Projects to build"
      • Check Block until the triggered projects finish their builds
  5. Click "Build Now" of "upstream".
  6. Cancel the build of "downstream" that should be pending.
  7. Result: "upstream" should finish, but actually does not finish.

And as long I tested, it does not reproduce with Jenkins <= 1.509.

Jenkins result
1.480.3 don't reproduce
1.509.2 don't reproduce
1.532.1 reproduce

I should find the version of Jenkins that starts produce this problem.

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/groups/opt_out.

Reply via email to