Buildkite Changelog

What’s new and updated in Buildkite


Support for rotating pipeline webhook URLs

Posted July 05, 2019 by Lachlan

We've added a pipelineRotateWebhookURL GraphQL mutation for rotating the webhook URL that connects a pipeline with your source control. And a github-webhook-rotate CLI tool for automating the process with GitHub 🌪

Screenshot of the CLI tool

You can find the CLI tool on GitHub at buildkite/github-webhook-rotate, and the GraphQL mutation documentation by searching for pipelineRotateWebhookURL in the GraphQL Explorer.

Feature