'Handling big CI/CD with gitlab-ci
I have a big project with a CI/CD plan that takes so much time to execute. But I want to play specific jobs on different changes. I've tried changes feature of gitlab-ci but the problem is that, there is some places of code that changes are mixed together and it will play multiple jobs for this that is not necessary. So I decided to have a .env file that I could choose which jobs to execute. But it's a manual job and needs extra code. Does anyone have the same issue and is there any better solution?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
