feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Got feedback? Please let us know!

Results 100 feedback issues
Sort by recently updated
recently updated
newest added

Sometimes I know the slug of a pipeline but not their "real" name. Would be great if the filter on buildkite could match slugs as well as names: ![Canva](https://user-images.githubusercontent.com/188038/56337197-6321a600-61e7-11e9-809e-b2c29cde93a1.png)

At the moment, if you push an "empty branch", Buildkite will trigger a build. e.g. ``` git checkout master git push # Trigger a build for commit XXXX in branch...

We create scheduled builds to do daily deployments for a whole heap of apps. However, then the people created them leave the organisation - the scheduled build stops working silently....

At this moment the Gitlab integration doesn't know if the push in a branch belongs or not to a PR therefore it's running the pipeline every time a push to...

Buildkite passes the build even though cucumber tests get failed. Any help is appreciated.

Usecase: I want to be able to trigger buildkite pipelines only when someone raises or updates a PR. Problem: I am using Bitbucket and added a webhook to trigger my...

Similar to: ``` - trigger: "data-generator" label: ":package: Generate data" ``` which would trigger a new synchronous build of the `data-generator` pipeline, I'd like to mark an already running build...

We'd love a web push feature to alert me when a build is complete if I presently have that page open in the browser? We often have long-running jobs, and...

The job here was configured with automatic retires, but as the failures were caused by an infrastructure issue, the retries all failed because they were scheduled on the same agent....

Per https://buildkite.com/docs/agent/v3/securing#whitelisting some examples are given that check the repository, command, and plugins, against a list of "allowed items." This is cumbersome when considering plugins and repositories, and must be...