jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-21154] Usage of UpDownStreamNumberSychronizedNotify in conjunction with parameterized-trigger-plugin will lead to a non working pipeline
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Jenkins LTS 1.532.1
BlameSubversion plugin 1.200
Creating two freestyle jobs, A and B.
Settings in A:
- Post-build Actions:
- - Trigger parameterized builds on other projects: build "B" without parameters
- - UpDownStreamNumberSychronizedNotify, number = 10
Then trigger A manually. Build of B does not start.
Log (A #3):
Building remotely on Slave1 in workspace C:\build_jen\workspace\A
B #30 is already in the queue
Notifying upstream projects of job completion
Finished: SUCCESS
---
Originally reported by alex01ves, imported from: Usage of UpDownStreamNumberSychronizedNotify in conjunction with parameterized-trigger-plugin will lead to a non working pipeline
Raw content of original issue
Jenkins LTS 1.532.1
BlameSubversion plugin 1.200Creating two freestyle jobs, A and B.
Settings in A:
- Post-build Actions:
- - Trigger parameterized builds on other projects: build "B" without parameters
- - UpDownStreamNumberSychronizedNotify, number = 10
Then trigger A manually. Build of B does not start.
Log (A #3):
Building remotely on Slave1 in workspace C:\build_jen\workspace\A
B #30 is already in the queue
Notifying upstream projects of job completion
Finished: SUCCESS
Contributor guide
Assessment
This issue has not been assessed yet.