fix: use correct syntax for environment variable#244
fix: use correct syntax for environment variable#244rsandell merged 4 commits intojenkinsci:masterfrom
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.