C:\env\jenkins\workspace\job_name\
I have tried a the option where I set the environment variable on the slave node configuration to "$WORKSPACE = jobs\${ITEM_ROOTDIR}\workspace" but I still see the console output showing the default path:
Building remotely on SERVERNAME (1 Slave) in workspace C:\env\jenkins\workspace\JOBNAME
Then when the job goes to compile, it uses the environment variable I added:
c:\env\jenkins\jobs\JOBNAME\workspace\dist
I have tried researching thiws issue and found many different answers. Just looking to get past this hurdle.
Thanks!
Terry