I have installed https://marketplace.atlassian.com/plugins/com.sysbliss.bamboo.plugins.prepost-build-command
I added a command "curl ..."
But I get a error in the log output :
simple 16-May-2015 22:48:00 [BuildCommandRunner] running command: curl ....
error 16-May-2015 22:48:00 Unable to find executable at curl. Will try to run it anyway.
So I added an Executable via /admin/agent/viewBuilders.action
Named "curl", path "curl".
That didn't work, so I tried the linux path "/usr/bin/curl", that didn't work either.
Is the problem with the addon not finding the exec, or the exec?