git-diff-conditional-buildkite-plugin
git-diff-conditional-buildkite-plugin copied to clipboard
Buildkite plugin to dynamically skip steps based on git diff and labels
to: cc: @zegocover/git-diff-conditional-buildkite-plugin-maintainers related to: resolves: #21 Rather than filtering env vars to pass to buildkite-pyyaml by those that *contain* the string BUILDKITE, filter to variables that *start* with BUILDKITE,...
Pushing a build with any commit message that contains the string "BUILDKITE" will cause the command hook to fail with: ``` docker: poorly formatted environment: variable 'the line containing the...
### Description We've been using this plugin for awhile without issue, but just started consistently running into this error `Error: The command exited with status 100`. I suspect it might...
## Background ### Description Numeric values with leading zeros are not being quoted when the generated pipeline file is being [written to disk](https://github.com/Zegocover/git-diff-conditional-buildkite-plugin/blob/master/scripts/generate_pipeline.py#L190). Without the quotes, the subsequent `buildkite-agent pipeline...