buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

How do I avoid building a new artifact if only README.md has changed? #452

Closed mbailey closed 4 years ago

mbailey commented 5 years ago

I'd like to exclude some directories and files from triggering the build of a new artifact that doesn't include those files.

arturopie commented 5 years ago

I think you need dynamic pipelines. Here is an example: https://github.com/buildkite/dynamic-pipeline-example

ewirch commented 5 years ago

If you know a commit does not require a build, you can tell Buildkite to skip it: https://buildkite.com/docs/pipelines/ignoring-a-commit