Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
lublanco
Contributor
Contributor

Talend Studio 8 Build Job: Parameters Missing from Generated Scripts

In Talend Studio 8, when I build my "OnBoardingDemoJob" (with 2 added parameters parameter_1=Value_1 and parameter_2=Value_2), the generated batch (.bat), shell (.sh), and PowerShell (.ps1) scripts are missing the parameter values.

I'm using the "Build Job" option with "Context scripts" set to "Yes" and the context=default (or any other context). I've also added an additional parameter param_other=Value_other during the build process.

The ${talend.job.bat.addition} variable in the generated bat script only expands to include the context, like --context=Default. It doesn't include the parameter values, which should appear as --context_param parameter_1="Value_1" --context_param parameter_2="Value_2" param_other=Value_other.

This functionality was working correctly since Talend Studio 6.2.1.

Currently, I have to manually add the parameter values to the generated scripts, which is very time-consuming, especially with numerous parameters.

Is there a way to fix this issue and have Talend Studio 8 correctly include the parameter values in the generated scripts during the build process?

Labels (3)
0 Replies