Pass configuration parameter by reference to dependency build

Hello!

We have one "master" build which starts some dependency builds. (see IMG 1)

We want to pass the same parameter to all dependencies but we have stucked.

If we pass parameter by reference dependency build does not see it. (see IMG 2)

Here is warkaroud: you have to type a value of this parameter for all dependencies while build starts.

But we want to type it only once.

 

IMG 1

IMG 2

2
1 comment

Hi Alexander,

 

parameters can be passed by reference, but are passed "as is" and will be resolved in the target build, not in the triggering one. This is available in our documentation, and a feature request to change this behavior, or at least provide a way to the opposite approach is available here: https://youtrack.jetbrains.com/issue/TW-42994

0

Please sign in to leave a comment.