Search code examples
jenkinsjenkins-pluginsjenkins-pipeline

How to pass runtime parameter value to download stream project?


My downstream project is a parameterized build project. It requires a string parameter. The value of the parameter is generated from its upstream project. How can I pass that runtime value from upstream to downstream? Both downstream and upstream are freestyle projects.


Solution

  • Use Parameterized Trigger Plugin to pass values to input variables of downstream projects.