Skip to content

GitLab Generic Packages - Process Steps

GitLab Generic Packages Component Properties

Download all files under a specified version of a repository.

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
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