Hi,
I currently have three identical freestyle projects (each with the same four parameters) for running a job across three different slave architectures. I figured it is time to take advantage of the multi-configuration type project, so I created one and it runs now across these three systems as a single axis. However, none of my job parameters are making it into the shell environment as when I run 'env' I do not see any of the parameters.
Is this expected? Is there a way to pass the four parameters to each of the nodes when running?
Thanks!