You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cfontes A few questions so I understand this better
By Whitelists, do you mean white-listing on the branches or whitelisting on the paths in the repo that can trigger the build? If it's branches, Git Feature Branches already support it today.
If you're asking for white-listing the branches in other plugins (apart from FB plugin), can you please explain the use-cases where it might be used?
PS: We can't have environment variable based interpolation, but it should be possible to use Parameters.
What about whitelisting on the paths in the repo? Is that possible/planned?
We have multiple independent components in the same git repo, and and without directory whitelisting support all the components are rebuild/retested every time, which wastes gocd agent resources and also increases the time that the PR becomes ready to be merged.
Would be nice to support white lists, specially with variable interpolation from environment variables in the material.
BTW, thanks for the plugin
The text was updated successfully, but these errors were encountered: