HI all,
I trying deploy micro-services with multiples container in same bitbucket repository. currently.
For some newly added features, only some of the container will be modify, and I would like to avoid all container build again in "build" step (Noticed that there could be control over branches, but controlling step within the branch ? ).
In gitlab, Its allow some sort of control on job (step in bitbucket) so that it could avoid container without modification be re-build again and hence avoid wasting build time.
https://docs.gitlab.com/ee/ci/yaml/#rules
docker build: script: docker build -t my-image:$CI_COMMIT_REF_SLUG . rules: - changes: # Will include the job and set to when:manual if any of the follow paths match a modified file. - Dockerfile when: manual
Run manually if Dockerfile
has changed OR $VAR == "string value"
Is there already such feature ? if not, would it be on product roadmap ?
p.s.
- using GCP
- my situation (used docker-compose to develop locally, for a single service with multiple backend micro-services)
https://www.reddit.com/r/devops/comments/9udhp8/how_to_adopt_gitlab_flow_for_microservices/
Looking forward to your advise !
Cheers
Hi Solomon,
At the moment there is no built-in support for having these types of conditions on steps being triggered.
We an open feature request for triggering pipelines after certain files change. Which you can follow.
You can also open a new feature request here: https://jira.atlassian.com/secure/CreateIssue!default.jspa
Thanks,
Phil
Hi Phil,
Thanks for the update, hope this feature request could be adopted and rollout soon!
Cheers,
Solomon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.