-
Notifications
You must be signed in to change notification settings - Fork 25
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
randomly exec: "plugin-git": executable file not found in $PATH #60
Comments
Which backend do you use? |
Backend? Not sure what do you mean, sorry |
How are the commands executed? Docker, Kubernetes, SSH or locally? |
Docker, both server and agents configured in the same docker-compose file |
Which os and architecture is it? |
Hetzner Architecture: x86_64 |
Same message Strangely enough, everything worked fine before I rebooted the system. Now every job fails to clone.
|
I could fix the issue by removing all the docker images and containers, then restarting the docker and woodpecker services. I am not sure what happened though.
|
hmm could be related to the default $PATH var used ... by docker |
but it should find it in any case: plugin-git/docker/Dockerfile.multiarch Line 19 in 4447028
|
https://stackoverflow.com/a/37904830 ; more we might should try if moving to the "shell form" does fix it? cc @anbraten |
Yes @6543 I could test it our CI server for sure, let me know |
@6543 any update about this? Thank you |
I created an internal image with the proposed change, I let you know @6543 |
It definitely improved the ratio it happens, but still occurs 1 out of 15 executions. |
Hi, I'm running a woodpecker server and agents on next version (master). I barely saw this error when I only had one worker but since I increased it to 16 workers, It happens way more often.
I'm using the default clone step in all my pipelines and I 've already read this documentaion https://woodpecker-ci.org/docs/next/usage/pipeline-syntax#clone
Thanks
The text was updated successfully, but these errors were encountered: