Issue Type: Bug Bug
Assignee: Daniel Spilker
Components: job-dsl-plugin, parameterized-trigger
Created: 24/Sep/14 6:51 PM
Description:

When using the 'downstreamParameterized()' step, creating a 'blockingThresholds' map does not cause the downstream job to wait for completion.

steps {
      downstreamParameterized {
        trigger('vxworks-kernel-build', 'SUCCESS', false,
                ['unstable': 'UNSTABLE']) {

This creates the following relevant XML for the generated job:

<block>
 <unstableThreshold>
  <name>UNSTABLE</name>
  <ordinal>1</ordinal>
  <color>YELLOW</color>
 </unstableThreshold>
</block>

The block should include

<completeBuild>true</completeBuild>

or else the upstream job will not wait for completion of the downstream job.

Project: Jenkins
Priority: Major Major
Reporter: Jordan Spiker
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/d/optout.

Reply via email to