How to set the PATH environment variable in Jenkins configuration on Windows?

It needs to be “Path”, not “PATH”.

Jenkins treats this special variable in a case-sensitive way, and only “Path” is recognized as being the path variable. “PATH” looks to jenkins like a generic environment variable, even on Windows.

Leave a Comment