Skip to content

Git - Process Steps

Import Version

Import new Version from Git

NameTypeDescriptionRequired
Repository URLtextBoxThe location of the Git repository, such as https://git.example.com/myproject.git.Yes
BranchtextBoxGit branch that contains the artifacts you want to retrieve. Default is masterNo
UsernametextBoxOptional username to specify for authenticating with the Git repository using the http(s) protocol.No
PasswordsecureBoxOptional password to specify for authenticating with the Git repository using the http(s) protocol.No
Watch for TagscheckBoxWhen selected, tags are used as the basis for new component versions.No
RecursivecheckBoxWhen selected, all submodules within the project are initialized using their default settings.No
Disable SSL VerificationcheckBoxCheck this box to disable SSL certificate verification. This option will allow invalid SSL certificates.No
SparsecheckBoxCheck this box if you want to use the sparse clone feature of git and Specify the path accordingly in the Path to Sparse box.No
Sparse PathstextBoxSpecify the path of the directories in the base git repository to clone specifically. Separate each path with new lines or commas: MY/DIR1,SUB/DIR2. This is only checked if configured for sparse mode.No
IncludestextAreaBoxThe file name patterns used to match files for inclusion. The wildcard ** indicates every directory, and the wildcard * indicates every file. The pattern dist/**/*, for example, retrieves the entire file tree beneath the dist directory. Separate each pattern with new lines or commas.No
ExcludestextAreaBoxThe file name patterns used to match files for exclusion. The wildcard ** indicates every directory, and the wildcard * indicates every file. Separate each pattern with new lines or commas.No
GIT PathtextBoxThe path to the Git executable file on the server. If you have added the Git executable to the system PATH variable, you can simply specify the name of the executable, such as git. If you have not added the Git executable to the system PATH variable, specify the complete path to the Git executable.Yes
Preserve Execute PermissionscheckBoxFor Linux and UNIX operating systems, select this check box to retain the execute permissions for each file.No
Extensions of files to ConverttextBoxIf text-type files must be converted into another character set, type the list of file extensions to be converted. Matching file types are converted into the default character set of the system where the agent is located. Separate list items with commas.No
Specific version/tagtextBoxNo
Name to create the version withtextBoxNo