devtron
devtron copied to clipboard
UX ONLY: Git repo path whitelisting or blacklisting
Summary
Allow users to whitelist or blacklist git repo paths to consider or ignore for building image
Motivation
User may want to Consider OR Ignore changes in specific paths for triggering a build pipeline
Proposal
Users can provide paths either to whitelist or blacklist
Blacklisted paths: Ignore changes in path (multiple)
- CI will not be triggered for any changes made in the specified paths
- Changes in all other paths will be considered for build
Whitelisted paths: Consider changes in path (multiple)
- Changes in all other paths will be ignored for build
AB#38