Git Accounts
Git Accounts allow you to connect your code source with Devtron. You will be able to use these git accounts to build the code using the CI pipeline.
Add Git Account
To add git account, go to the Git accounts
section of Global Configurations
. Click Add git account.
Provide the information in the following fields to add your git account:
Field | Description |
---|---|
| Provide a name to your Git provider. Note: This name will be available on the App Configuration > Git repository drop-down list. |
| It is the git provider on which corresponding application git repository is hosted.
Note: By default, |
| Provide the Git host |
| Devtron supports three types of authentications:
|
Update Git Account
To update the git account:
Click the git account which you want to update.
Update the required changes.
Click
Update
to save the changes.
Updates can only be made within one Authentication type or one protocol type, i.e. HTTPS (Anonymous or User Auth) & SSH. You can update from Anonymous
to User Auth
& vice versa, but not from Anonymous
or User Auth
to SSH
and vice versa.
Note:
You can enable or disable a git account. Enabled git accounts will be available on the App Configuration > Git repository.
Last updated