Open cduchenoy opened 3 days ago
this most likely has to do with https://github.com/woodpecker-ci/woodpecker/pull/3933 witch was done because of https://github.com/woodpecker-ci/woodpecker/issues/3924
Yes you right, perhaps we can add "C:\" as a prefix to the bind mount if the agent is of the windows/xxx type?
I would say if workflow workspace has C:\ prefix we do add it there too ...
... feel free to create a pull
Hmm also if labels platform has windows ... but in any case this is an heuristic and should be an own function
checkRunOnWindowsHeuristics(...) bool witch will then add the prefix on true
-> there is no 100% pervect solution :/
Do you think you could include Windows images officially?
Do you have an source of your windows git clone plugin ... it's an open issue for our plugin ...
Yes in the same repo https://github.com/GECO-IT/woodpecker-windows/tree/main/plugins/plugin-git
We just dockerize the official plugin under windows
Component
agent
Describe the bug
From version > 2.6.1 bind mount workspace failed
Steps to reproduce
Expected behavior
No response
System Info
Additional context
First of all: Thank you very much for this useful tool!
For a client we ported the containers (agent, plugin-git) and added one base-step (with chocolatey installed) to Microsoft Windows.
For more information, see https://github.com/GECO-IT/woodpecker-windows
We encounter 2 problems:
1 From agent version > 2.6.0, we have a problem mounting volumes in plugins.
Before this release, we could work around the docker error by adding
We believe this error comes from PR #3933.
2 With the trustedClonePlugins variable https://github.com/woodpecker-ci/woodpecker/blob/main/shared/constant/constant.go
We need to retag our local plugin-git image: “woodpeckerci/plugin-git” to keep netrc secure!
Do you think you could include Windows images officially?
For information: we have also include an installer for local backend on Windows.
Best regards Cyril DUCHENOY Geco-iT
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]