Open jedipunkz opened 7 years ago
You probably checked an unsupported trigger in the webhooks configuration in Bitbucket. I had a similar error when I had checked "Repository->push". Afaik only Pull Request and Issue Triggers actually do something with this script.
@jedipunkz could you please confirm that you've only checked Pull Request and Issue Triggers in Bitbucket?
Thanks for your info.
Okay, I'll try it again later. Please wait a moment until I feedback my info.
Thanks.
I tried with only checking pull request and issue trigger, but nothing's happened.
I tried with these parameters.
run.sh
export PORT=XXXX
export HUBOT_BITBUCKET_PULLREQUEST_ROOM="infra-bot"
export HUBOT_BITBUCKET_PULLREQUEST_ANNOUNCE=created,updated,merged,comment_created,approve,unapprove
external-scripts.json
<snip>
"hubot-bitbucket-pr",
<snip>
I will check a little more. If you have idea, Please tell me.
Thanks.
So it is the same error? When nothing happens - you are probably using the slack-adapter > 4.x. See #13
Assuming you want to use Slack...
same problem here.
hi,
I got this error. any idea ?