jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-45084] Unable to retrieve parameters in downstream Project
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
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
---
Originally reported by
phani_kumar, imported from: Unable to retrieve parameters in downstream Project
Raw content of original issue
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
- environment:
Linux
Contributor guide
Assessment
This issue has not been assessed yet.