2bff652b03
Add support of Artifactory Specs https://www.jfrog.com/confluence/display/RTF/Using+File+Specs As for now, JJB doesnt support of Artifactory Specs, only deprecated way is supported. This patch adds possibility for using of Specs inside Jenkins plugin https://www.jfrog.com/confluence/display/RTF/Jenkins+Artifactory+Plug-in Change-Id: I69e64202972f9f9b9147fdd65daffc2734a7d0cd
8 lines
234 B
YAML
8 lines
234 B
YAML
wrappers:
|
|
- artifactory-generic:
|
|
url: http://artifactory.example.net/artifactory
|
|
name: 'test'
|
|
deploy-build-info: true
|
|
upload-spec-file: "path/to/upload-file"
|
|
download-spec-file: "path/to/download-file"
|