I have been trying to implement a solution where I can build micro-services based on the a mono-repos. The biggest blocker here is the sparse-checkout not supported by bamboo. So every time a service is getting modified all the services are getting rebuild. Is there a way I can streamline this in Bamboo. Any suggestions from the community?
you can use a plan based repo with change-detection
repositories:
- repo1:
type: bitbucket-server
server: Bitbucket
project: XXXX
slug: xxxx
clone-url:
public-key:
private-key:
branch: master
command-timeout-minutes: '30'
use-shallow-clones: true
cache-on-agents: true
submodules: false
ssh-key-applies-to-submodules: false
verbose-logs: false
fetch-all: false
lfs: false
change-detection:
file-filter-type: include_only
file-filter-pattern: folder1/.*
Hi Alok, did you get this working? I can't find much content on this topic anywhere
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.