| Network protocol |
HTTPS or SSH credential type that enables secure channel data exchange. |
| URL |
The URL of the Git repository where you want to save application files. For SSH protocol, use the following command to generate a private key: ssh-keygen -t rsa -m PEM -b 4096 -C
"email@address".Note: If the SSH URL provided by your Git server does not work, contact your Git server owner or provider for the correct URL. Additional specifications such as scheme
protocol prefixes and port numbers may be required. |
| Branch |
The repository branch to use for commits. The default branch is set to "main" if it is not already set in the remote repository. If there is no default branch in the remote Git repository, the
instance creates a new default branch named "main". Configure this using the glide.source_control.git_default_branch system property. |
| MID Server Name |
The name of the existing MID Server to link through. Use a separate MID Server to prevent conflicts with Discovery activities. Verify that the MID Server user can create files in the [sys_attachment] table and that the table accepts files of the "bundle" type. Connecting through a MID Server enables access to repositories behind a firewall. For more information, see MID Server. |
| Default email |
The committer email address is taken from the sys_user record when available. If a committer's sys_user record email field is empty, the ServiceNow AI Platform generates an alternate email address (username@instancename.service-now.com). Enter a default email address to use when no sys_user email is available. To use the default
email address in all cases, select the check box. |
| Credential |
The credential to use with the selected protocol. For more information about creating credentials, see Get started with credentials.Note: For SSH protocol, enter a valid credential of the SSH private key type. For HTTPS protocol, enter a valid credential of the Basic Auth
credentials type. |
| Commit Comment |
An optional description of the repository or application. |