The Wayback Machine - https://web.archive.org/web/20220517220225/https://github.com/topics/buildkite-plugin
Skip to content
#

buildkite-plugin

Here are 184 public repositories matching this topic...

JoeyDon
JoeyDon commented Feb 4, 2021
steps:
  - label: "Detecting which mono-repo has changed"
    plugins:
      - chronotc/monorepo-diff#v1.3.0:
          diff: "git diff --name-only HEAD~1"
          watch:
            - path: "folder-a/"
              config:
                label: ":pipeline: Continue blue-alice pipeline"
                command: "buildkite-agent pipeline upload ./folder-a/.buildkite/pipeline.yml"
enhancement help wanted good first issue
dhalperi
dhalperi commented Apr 28, 2020

Many of our builds save an artifacts in step 1 and then download it in steps 2..N. We've seen several flaky builds this week based on failure to download artifacts from step 1 on only one of the later steps. They are all 502 errors.

Copying from an email discussion with support@, would be great if this was retried more proactively (with sensible backoff and limits, of course - don't want to mak

Improve this page

Add a description, image, and links to the buildkite-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the buildkite-plugin topic, visit your repo's landing page and select "manage topics."

Learn more