I have configured bitbucket script post hooks (out of script runner plugin) based on every commit should run the groovy script which I have added, but whenever there is a commit, I don't think the groovy is executed or how do I know whether the script runs or not.
You could log a text to your log file using:
log.warn("Can you see me?")
and check the logs for the above text
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.