Search before asking
What happened
Version v0.17.0-alpha7
Azure DevOps Setup
I imported https://github.com/keon94/cicd-playground into my Azure DevOps account and created a pipeline using the definition at https://github.com/keon94/cicd-playground/blob/main/azure-pipelines.yml. I ran the pipeline twice manually on the same commit:

How to reproduce this bug
- I first collect the Azure repo created above without setting any transformation rule. Then I check cicd_deployment_commits table and it's empty. This aligns with my expectation.


- I then collect the Azure repo again with a transformation rule this time, but I intentionally set the wrong regex ("jooooob") for deployment regex and leave the production regex empty. However, when I check the cicd_deployment_commits table, there're two records this time. Since the deployment regex doesn't match any job names or pipeline names, I expect this table to remain empty after this collection.

- When I check the Azure DevOps transformation rules in the database, I notice that the deployment and production regex columns are empty.

What do you expect to happen
See above
How to reproduce
See above
Anything else
No response
Version
main
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
Version v0.17.0-alpha7
Azure DevOps Setup
I imported https://github.com/keon94/cicd-playground into my Azure DevOps account and created a pipeline using the definition at https://github.com/keon94/cicd-playground/blob/main/azure-pipelines.yml. I ran the pipeline twice manually on the same commit:
How to reproduce this bug
What do you expect to happen
See above
How to reproduce
See above
Anything else
No response
Version
main
Are you willing to submit PR?
Code of Conduct