Hello,
we have a Gatsby Frontend which needs to be build once the Drupal Backend ist updated with content.
Everything works fine with the standard git workflow triggering pipelines.
Is there any similar feature like build hooks from netflify?
https://docs.netlify.com/configure-builds/build-hooks/#parameters
I want to trigger the pipeline once a day with cron.
Thanks!
It seems the Piplines doesn't support build hooks in the same way Netlify does, In fact with Pipeline you need to be authenticated to be able to trigger a build hook to build your statically build website with CMS (Gatsby + Prismic + Netlify in my case) and that is not compatible with my CMS and platforms
Hello Oliver,
You can trigger a pipeline via the REST API here: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/pipelines/
You can also configure scheduled pipelines in the UI directly, if you prefer: https://confluence.atlassian.com/bitbucket/scheduled-pipelines-933078702.html
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.