dosubot[bot] commented on issue #8219:
URL: 
https://github.com/apache/incubator-devlake/issues/8219#issuecomment-2497698520

   <!-- Answer -->
   To address the issue of matching only pipelines of tags that match your 
regex without including production pipelines, you can configure your GitLab 
settings in Apache DevLake as follows:
   
   1. **Identify Deployments with Regex**: Use a regex pattern that matches 
only the pipelines you want to consider as deployments. For example, if you 
want to match pipelines that run on specific tags, ensure your regex accurately 
reflects those tags.
   
   2. **Exclude Production Deployments**: Use a separate regex pattern to match 
and exclude production deployments. If production pipelines are identified by 
specific job names or tags, ensure this regex matches those and excludes them 
from the deployment set. For instance, if production pipelines are identified 
by a job like 'build-image-to-prod', you can use a regex like `.*-prod.*` to 
match and exclude them.
   
   Make sure that the regex patterns are correctly configured in the 
appropriate fields to ensure that only the desired pipelines are included in 
the deployments set 
<sup>[[1]](https://github.com/apache/incubator-devlake-website/blob/main/docs/Configuration/GitLab.md)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to