Re: Injecting environment variables into build

2020-03-13 Thread Gianluca
In my Jenkins setup I don't have "Inject environment variables" in the project configuration, so I'm assuming you are using a specific plugin to achieve that. It would be great to know which one. >From what I can guess you may using this one: https://plugins.jenkins.io/envinject/ If so, then

Injecting environment variables into build

2020-03-11 Thread Sholom Sanders
My Jenkins is installed on my Windows build machine. I have a directory on this machine which is dedicated to a Jenkins project. Within this directory I have a .bat file which sets up environment variables, e.g. set GIT_UPDATE_DIR=$WORKSPACE set MDM_SRC_DIR=$GIT_UPDATE_DIR set