How to pass Properties as arguments to command line build
2 answers
hello all,
I have a command line Jazz Engine build in which I am calling a batch file. I need the parameters for batch file from the build properties.
I have 3 properties and how can I pass them as Parameter to the batch file?
thanks
Let's say you have one property named p1, you can reference it as ${p1} from arguments field in your build definition.
Regards,
Makson