Reputation: 1793
I am trying to load env variables using EnvInject Plugin and not able to do so
Upvotes: 1
Views: 2102
Reputation: 1
The problem is you can't have a dot '.' in the file name. Change "env.properties" to "props" for example.
Upvotes: -1
Reputation: 76
Your are injecting the variables after execute the script, you should move the "Inject Enviroment Variables" step before the "Execute Shell"
Upvotes: 2