i have introduced a trigger to my perforce testing server in order to have each commit replicated on fisheye. The trigger seems doing nothing but it's not failing. No logs exist anywhere to understand if anything is wrongly written:
My trigger:
Fisheyetrigger change-commit //depot/... "/usr/local/bin/curl -s -o /dev/null -X POST -H X-Api-Key:MY_API_KEY -m 20 http://host:port/rest-service-fecru/admin/repositories-v1/Perforce-Zeke/scan"
where the key was provided by the admins and the host and port are replaced correctly.
Am i doing anything wrong?
Is it actually getting run by Perforce server? What happens when you run it manually (without -o /dev/null)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.