Skip to content

Artifactory for IBM UrbanCode Build - Steps

Steps

Steps

Process steps in the Artifactory plug-in

Download From Repository

Download artifacts from an Artifactory repository

NameTypeDescriptionRequired
ArtifactorySelect an Artifactory repository from the list or specify a property whose value is the property sheet UUID of the relevant integration.Yes
Repository nameStringThe name of the repository.Yes
Target PathsStringA list of target paths to download. Specify each target path in a separate line. Target path should not contain the repository name.Yes
Verify HashBooleanVerify hash value after each artifact download is completed.No

Upload Build Information

Upload artifacts to an Artifactory repository

NameTypeDescriptionRequired
ArtifactoryYes
Build Info Json FileStringSpecify the build info json file containing the build information to be uploadedYes

Upload To Repository

Upload artifacts to an Artifactory repository

NameTypeDescriptionRequired
Artifact PropertiesStringProperties to add to each artifact. Properties should be in key=value format in each lineNo
ArtifactorySelect an Artifactory repository from the list or specify a property whose value is the property sheet UUID of the relevant integration.Yes
Exclude PatternsStringList of files to exclude Multiple ant-style patterns can be used, with each pattern in a separate line.No
Include PatternsStringList of files to include. Multiple ant-style patterns can be used, with each pattern in a separate line.No
Preserve Artifact DirectoriesBooleanIf this checkbox is checked, the directory structure of the included artifacts (based off of the specified Base Directory property) will be appended to Target Path to determine each artifacts final target path. Otherwise, the final target path will be calculated based on Target Path and included artifacts file names.No
Repository nameStringThe name of the repository.Yes
Target PathStringThe target path of the artifacts in Artifactory.No

Roles in the Artifactory plug-in

The plug-in adds these roles automatically to resources. You cannot add these roles manually.

Artifactory

NameTypeDescription
User nameStringThe user name to use to log in to the Artifactory repository.
PasswordPasswordThe password to use to log in to Artifactory repository.
Artifactory UrlStringThe fully-qualified base URL of the Artifactory repository. For example: http://192.168.1.1:8081/artifactory.
Password ScriptStringThe property script to use instead of the Password property to connect to the Artifactory repository. If using this property, do not specify a value for the Password property.