-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Linux
I had a requirement where I need to execute the Downstream jobs based on the parameters provided in the upstream job. I have provided the details using Predefined parameters. But to my surprise, those parameters are not getting shared with the downstream project. I have configured predefined parameters as follows.
DOMAIN="qa.papajohns.com_new1234"
I am retrieving the value as $DOMAIN in the downstream project
[JENKINS-45084] Unable to retrieve parameters in downstream Project
Description |
Original:
I had a requirement where I need to execute the Downstream jobs based on the parameters provided in the upstream job. I have provided the details using *Predefined parameters.* But to my surprise, those parameters are not getting shared with the downstream project. I have configured predefined parameters as follows. DOMAIN="qa.papajohns.com_new1234" |
New:
I had a requirement where I need to execute the Downstream jobs based on the parameters provided in the upstream job. I have provided the details using *Predefined parameters.* But to my surprise, those parameters are not getting shared with the downstream project. I have configured predefined parameters as follows. DOMAIN="qa.papajohns.com_new1234" I am retrieving the value as $DOMAIN in the downstream project |
There are options in Parameter factories which allow passing such parameters. But be aware about the fact you need to define these parameters in the downstream job or to enable the JENKINS-34871 / SECURITY-170 workaround