-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-52264] Avoid empty environment injection from configuration #147
base: master
Are you sure you want to change the base?
Conversation
I'm running in to the same issue that this pr is attempting to fix so I want to build it locally to deploy it to our jenkins server in the meantime. However, Im having issues:
|
Nevermind I just downloaded the hpi from the incrementals. |
Ok I'm still seeing the following:
|
Ok I figured out my issue and was able to fix it without this plugin. Go to Manage Jenkins -> Configure System there will be an empty environment variable in the Global Properties section. If you remove that everything should work |
Why in the world is this not merged yet? Such a small and simple fix to eliminate a very confusing and annoying problem. |
This fix is very much needed as e.g. our optional but empty jenkins parameters will be empty env variables -> trigger the problem |
Also waiting for this fix. Any chance this will be merged soon? |
933fb71
to
d3a4c38
Compare
Rebased to latest and cleaned up unintended whitespace changes. |
Could the maintainers of this plugin merge this simple pull request? |
Fix empty environment issue in docker exec use case.