jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-57763] trigger-parameterized-builds doesn't propagate results upstream

Open
#765 0 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin imported-jira-issue priority:critical resolution:unresolved
Dominant language
Java
Stars
77
Forks
174
Avg merge
22h 27m
Merged PRs (30d)
1

Description

Jenkins ver. 2.121.3

Parameterized Trigger Plugin v2.35.2

My config is as follows (using Jenkins Job Builder):

```

publishers:



  • trigger-parameterized-builds:

  • project: runtest

    block: true

    current-parameters: true

    node-label: '$SLAVE_VM_NAME'

    condition: 'SUCCESS'

    fail-on-missing: true

    ```

I can see the "runtest" job triggered and executing. It also looks like it is successfully blocking the current job although I couldn't find the `block` parameter documented.

However my "runtest" job failed but the status of the upstream job was still SUCCESS! This breaks the entire pipeline I am trying to build.

FTR using builders.trigger-builds with block=true does propagate the results properly but I am unable to use it due to other constraints (other downstream jobs require artifacts from the current job which we need to upload BEFORE the runtest job is started).

---
Originally reported by atodorov, imported from: trigger-parameterized-builds doesn't propagate results upstream


  • status: Open
  • priority: Critical
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

Raw content of original issue

Jenkins ver. 2.121.3

Parameterized Trigger Plugin v2.35.2

My config is as follows (using Jenkins Job Builder):

```
publishers:



  • trigger-parameterized-builds:

  • project: runtest
    block: true
    current-parameters: true
    node-label: '$SLAVE_VM_NAME'
    condition: 'SUCCESS'
    fail-on-missing: true
    ```

I can see the "runtest" job triggered and executing. It also looks like it is successfully blocking the current job although I couldn't find the `block` parameter documented.

However my "runtest" job failed but the status of the upstream job was still SUCCESS! This breaks the entire pipeline I am trying to build.

FTR using builders.trigger-builds with block=true does propagate the results properly but I am unable to use it due to other constraints (other downstream jobs require artifacts from the current job which we need to upload BEFORE the runtest job is started).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.