-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhooks #15
Comments
How did you get bitbucket to create the webhooks? I tried but somehow it's not working for me. I start strider with SERVER_NAME and NODE_ENV variables, login to bitbucket, oauth token is created, but webhooks aren't |
I also use PLUGIN_BITBUCKET_APP_KEY and PLUGIN_BITBUCKET_APP_SECRET to start Strider. Webhooks were automatically created when I imported my projects from BitBucket. |
There are some plans to expose the webhooks that Strider creates, so if you don't have permissions you can still add a project, and trigger manual test/deploy, but also get instructions on how to configure the webhooks once you do have permissions. See this comment: Strider-CD/strider-gitlab#23 (comment) |
@knownasilya It would be good to expose the method for reinstalling the webhooks. Right now I'm having to manually delete and recreate all our projects to get the webhooks reinstalled. |
@macropin Do you not get these buttons with the bitbucket provider? If not, then, yeah, I agree, the functions should be exposed, just like the other providers have. |
@oliversalzburg I think the answer is no.. which page are those buttons shown? |
@macropin On the project configuration page for the provider. |
@oliversalzburg This is the only option for bitbucket. And it doesn't work (#19) |
This should be fixed in 33e35de Please give it a try if you can. Also, please note that the hooks that Strider creates are listed in the Services section in the project configuration on Bitbucket, not in the Webhooks section. |
@oliversalzburg just tested now, and this is working for me. Thanks. |
Awesome 👍 :) |
In the beginning I used the plugin just to import my bitbucket projects into strider. After a while I found the possibility to use Webhooks to trigger the Strider jobs. I configured the environment variables and looked for a possibility to add the hooks using the plugin and couldn't find it. So I tried to start from scratch. I reset the complete Strider DB and imported my BitBucket account again. This worked, the plugin automatically created a Webhook in BitBucket and the job is triggered on commits.
Is it possible to just create the Webhook without resetting the complete DB, using the plugin or is it possible to find the URL that has to be used for the Webhook in order to trigger the job, so that I can create the hook manually?
The text was updated successfully, but these errors were encountered: