ikedam commented on Bug JENKINS-21932

It reproduced easily also in my environment. Amazing.
It would require a fix in Jenkins core as @oleg_nenashev points.

How I reproduce:

  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 "downstream1".
    • 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 "downstream2".
  5. Create a free style project "upstream"
    • Add "Trigger/call builds on other projects"
      • "downstream1,downstream2" for "Projects to build"
      • Check Block until the triggered projects finish their builds
  6. Click "Build Now" of "upstream".
  7. Cancel the build of "downstream1" that should be pending.
  8. Result: "upstream" should finish, but actually does not finish.

Environments:
Windows 8
Jenkins 1.532.1
JDK 1.7.0_45
Parameterized Trigger plugin 2.22

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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to