jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-36549] Parameterized Trigger Plugin - doesn't pass parameters after upgrating jenkins to 2.7
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
Hi,
In the last days - I noticed functionality of Parameterized Trigger Plugin has changed and that passing a variable to the triggered job, that is not defined as an input to the triggered job won't be passed.
Not sure what made this happen, the only change jenkins was upgraded to ver. 2.7
I created a job named 'B' that triggers a job named 'A', and passes 2 parameters.
Both jobs do not have input parameters.
I see that the param.properties file it created and contains the data,
but for some reason job 'A' doesn't receive the parameters even though this worked in the past.
---
Originally reported by amizrahi, imported from: Parameterized Trigger Plugin - doesn't pass parameters after upgrating jenkins to 2.7
Raw content of original issue
Hi,
In the last days - I noticed functionality of Parameterized Trigger Plugin has changed and that passing a variable to the triggered job, that is not defined as an input to the triggered job won't be passed.
Not sure what made this happen, the only change jenkins was upgraded to ver. 2.7
I created a job named 'B' that triggers a job named 'A', and passes 2 parameters.
Both jobs do not have input parameters.
I see that the param.properties file it created and contains the data,
but for some reason job 'A' doesn't receive the parameters even though this worked in the past.
3 attachments
- [A.PNG](https://issues.jenkins.io/secure/attachment/33254/A.PNG)
> 
- [B.PNG](https://issues.jenkins.io/secure/attachment/33255/B.PNG)
> 
- [output.PNG](https://issues.jenkins.io/secure/attachment/33253/output.PNG)
> 
Contributor guide
Assessment
This issue has not been assessed yet.