Forum Discussion
Thanks aleung. It does run the job but not able to get the parameter replace in the pipeline.
Once I run this only 1 file is getting generated instead of 2 files. (I am only passing yashtest as a one of the output file name another one is hardcoded.)
Attaching the response I am getting once I run the above given link
response.txt (33.8 KB)
Those square bracket is for visually stating you need to replace those with actual value without the bracket itself and you are missing the ampersand character between any variable you are passing.
- Soumic_Mohanty2 years agoNew Contributor II
Thank you very much for your help.