In a Jenkins job I\'m doing a couple of actions that reside in the pre-step build, such as executing a shell script. With the use of the Jenkins plugin \"EnvInject\" I want
My solution:
Create a "Build a free-style software project".
key=value pairs to a .properties fileAll custom environment variables are accessible with the key as defined in step #2.
This was the only way I found to inject environment variables from shell to java.
