December 2017
Beginner to intermediate
362 pages
8h 35m
English
To upload the build artifacts to Artifactory, we will use the File Specs. The File Specs code is shown in the following code block:
"files": [ { "pattern": "[Mandatory]", "target": "[Mandatory]", "props": "[Optional]", "recursive": "[Optional, Default: 'true']", "flat" : "[Optional, Default: 'true']", "regexp": "[Optional, Default: 'false']" } ]
The following table states the parameters from the preceding code:
| Parameters | Condition | Description |
| pattern | [Mandatory] | Specifies the local filesystem path to artifacts that should be uploaded to Artifactory. You can specify multiple artifacts by using wildcards or a regular expression, as designated by the regexp property. If you use a ... |
Read now
Unlock full access