I have 2 post-receive hook plugins in Bitbucket that run after commits are processed. One I wrote and one that I am trialing from Bitbucket. I would like to execute the one I wrote first and then execute the one that I am trialing. These plugins are located [bitbucket]/home/plugins after it is installed. How can this be done?
I did find you can control the execution order of external script hooks that can be placed in shared/data/repositories/XX/hooks/post-receive.d by prefixing the file with a number starting with 21 as explained at the bottom of this link:
Can this same ordering be accomplished for plugins?