Creating a Repo
Where to find it?
There are two ways:
- On the instance main page, find the chip icon button in the top right corner
- On the instance main page, find the search button in the top left corner. Select the
Registryentity and use filters to find the one you need. Click thePickbutton. After that, just clickCreate Repo
Choosing a RepositoryRegistry
It is enough to click Pick in the search modal window. If the RepositoryRegisty you need is missing, you can create a new one by clicking the Create Registry button.
DANGER
This is set only once at creation time
Target branch
The Target branch is the default Git branch of the Git repository, intended for correct update behavior and Unit creation. Usually it is master, main or release.
INFO
Can be changed later
Name of your Repo
Requirements:
- Must be unique within the current instance
- Length from
4to20characters - Allowed characters:
a-z, A-Z, 0-9 and _.-
INFO
Can be changed later
Visibility level
Choose a visibility level.
INFO
Can be changed later
Compilable flag
Usually the meaning of this flag can be found in the repository Readme of the Git repository.
Set the flag to True for Compilable repositories and to False for Interpretable ones.
WARNING
The value of this flag will affect the initial retrieval of deployment files for the Unit
INFO
Can be changed later