HodorNV / ALOps

ALOps
59 stars 24 forks source link

How to limit number build tags? #640

Closed epernst closed 11 months ago

epernst commented 1 year ago

We just started using ALOps, and I'm a little overwhelmed by the number of tags ALOps assigns to the build.

Is there a way to limit which tags to use and which to exclude?

waldo1001 commented 1 year ago

There is no way to limit the tags, I'm afraid. There are actually quite some people that use them in their pipelines in various ways.. (from APIs, for filtering deployments, .. ).

epernst commented 1 year ago

We do use quite a lot of tagging already in our builds, so I know they are usefull. Except for the CodeCop ones. It's not that important, but keep it in mind, when that code is up for review.

waldo1001 commented 1 year ago

We'll create a global to alops_disable_buildtags. Would that work for you?

AdminHodor commented 1 year ago

Please check version v1.458 out. Via an environment variable [alops_disable_buildtags] (boolean) the build tags can be disabled.

Kind regards,