I have this situation I am trying to get to work in gitlab.
- REPO(APPLICATION) - is the top level project
- REPO(LIBRARY1) - is the first library
- REPO(LIBRARY2) - is the second library
- we have many REPOS one for each library.
When we create a Feature branch it is easy for us to branch all repos.
Then at some point - you push to your FEATURE in your LIBRARY
QUESTION:
- I need to tell REPO(APPICATION)
- First - I need APPLICATION to build (that process will build the libraries)
- Second - I need the application to build the specified FEATURE BRANCH
Suggestions? I am getting stuck. The TRIGGER/PROJECT does not seem to work, dispite examples that show it does not a yaml file the trigger job seems to require a yaml job