This tutorial will walk you through how to use a mono repo
We will assume you have:
We will assume you are comfortable:
If you are using a mono repo we recommend you use the root directory for the type of thing you are going to build, we then recommend a directory for each thing followed by a directory for each version of that thing:
To tell the tools you want to use a source directory you can provide a path attribute:
The path must exist in the Source dictionary and needs to be relative to the root of the git repo.
You must be using at least version 0.71.0 to use this and you can only use this for products, stacks, apps and workspaces. At the moment of writing this, a change to the source will trigger all pipelines that listen to it. A future version will resolve this.
If you are providing your own build, testing or package stages you will need to manage the path to the your source in the buildspec you write.