Abstract
Repositories that are created and available in Cloud Manager can be viewed and managed via the Repositories page.
Adding and Managing Repositories
Follow the steps below to view and manage repositories in Cloud Manager:
From the Program Overview page, click on Repositories tab and navigate to the Repositories page.
Click on Add Repository to launch the wizard.
Enter the name and description as requested and click on Save.
Select Save. Your newly created repo will be displayed in the table, as shown below.
NOTE
Repositories created in Cloud Manager will also be available for you to select from during the add or edit pipeline steps.
You can select the repository and click on the menu options from the far right of the table to Copy Repository URL, View & Update or Delete your repository, as shown in the figure below.
Git Submodule Support
Git submodules can be used to merge the content of multiple branches across git repositories at build time. When Cloud Manager’s build process executes, after the repository configured for the pipeline is cloned and the configured branch is checked out, if the branch contains a .gitmodules file in the root directory, the command is executed.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni