feedback
feedback copied to clipboard
Repository hooks are not running on windows
$ buildkite-agent.exe -v
=> buildkite-agent version 3.2.0, build 2432
I have some repository hooks which are not running on windows
To debug this, I tried putting a single echo command which writes to a file on desktop
# pre-command.bat
echo %time% starting pre-command >> C:\Users\Administrator\Desktop\command.txt
This seems to be not running
This is my configuration file
I'm sorry you are having issues @harryi3t, could you drop us an email to [email protected] with a build that is running that isn't running these hooks?