| Network protocol |
Https or SSH credential type that enables secure channel
data exchange. |
| URL |
The URL to the Git repository where you want to save
application files. For SSH protocol, use command to generate
private key ssh-keygen -t rsa -m PEM -b 4096 -C
“email@address”.注: If the Git repo URL for
SSH provided by your Git server does not work, check
with your Git server owner or provider for the correct
URL. There may be additional specifications such as
scheme protocol prefixes, port numbers, and so on,
required for your Git repo URL to
function. |
| Branch |
The repository branch to work on within the
application.注: This branch is used 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
on the remote git repository, the instance creates a new
default branch with the name "main". This is configured
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. Be sure that the MID server user can create files to the sys_attachment table and that the table can accept files of the “bundle” type.
Linking or an application through a MID Server enables access to repositories behind a firewall. See MID Server for more information. |
| Default email |
The committer email address is defined by the sys_user
record if available. But if a committer's sys_user record
email field is empty, the system generates an alternate
email (username@instancename.service-now.com). You can also
enter a default email address and change it later. To use
that default email address in all cases, select the check
box. |
| Credential |
The credential to be used with the selected protocol. See Get started with credentials to learn more about creating credentials.注: If you select the SSH network protocol, enter a valid credential of the SSH private key type. If you select
the https protocol, enter a valid credential of the Basic Auth credentials type. |
| Commit Comment |
An optional description of the repository or
application. |