Skip to content

GitLab Generic Packages - Process Steps

GitLab Generic Packages Component Properties

Create versions and import packaged files from GitLab.

NameTypeDescriptionRequired
Server URLStringThe Base URL and port for the GitLab server.Yes
Access TokenStringThe access token to use to authenticate with the GitLab server.No
Project IdStringThe project ID in GitLab.Yes
Package NameBooleanThe exact name of package that must match to import a specific package.Yes
Version Name PatternStringIf a regular expression is added then only the versions matching to that pattern will get imported.Example: To return n versions of each 1.0., 1.1., 1.2.*, and so on, use the following regular expression.No
Unzip Archived FilesCheck BoxIf selected files will be extracted to folder named same as the file name without extension. (Only files with extensions .zip and .jar are valid).No
Verify HashCheck BoxSelect to verify hash values after the files are downloaded.No
StatusStringThe package status.No
File IncludesStringA list of file patterns to include in the component. Separate each pattern with a new line or comma. To include all files, leave blank or type **/*.No
File ExcludesStringA list of file patterns to exclude from the component. Separate each pattern with a new line or comma.No
Extensions of files to ConvertStringIf 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 or system character set of the system where the agent is located. Separate list items with commas.No
Log4j Logging LevelBooleanConfigure the level of Log4j messages to output to the console. Specify the logging level as ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, or OFF.No