-
Notifications
You must be signed in to change notification settings - Fork 412
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
fix: use correct syntax for environment variable #244
Conversation
You can try to replicate some of the examples in the Jenkins issues in the corresponding test class. Just looking quickly, I can see some examples using |
Tests timed out 😕 |
Something has broken on the CI cluster in the last week, because steps before the code changes are taking 10's of minutes that previously took 10's of seconds. Oh, since I last looked a new run happened and appears to have been back to the previous times. So the problem must have been temporary, or has been resolved. |
src/main/resources/org/jenkinsci/plugins/docker/workflow/Docker.groovy
Outdated
Show resolved
Hide resolved
Will try to add some tests now |
Seems not possible yet, as there is no docker infra on the ci windows agents |
@viceice Thanks for the fix! If you can vouch that it works on your windows machine I think that would be good enough for me to merge :) |
Will validate on our jenkins now |
Verified, works for me with artifact from jenkins build of this PR. 🎉 |
Environment variables need an other syntax for be usable on windows
bat
.This PR fixes JENKINS-67578 and JENKINS-67589.
Commit b3a6996 has broken this plugin for windows users.