Drone plugins > JFrog Artifactory
A plugin to upload files to Jfrog artifactory.
Example
kind: pipeline
name: default
steps:
- name: docker
image: plugins/artifactory
settings:
username: kevinbacon
password: pa55word
url: company.com/artifactory
source: release.tar.gz
target: app/release.tar.gz
Properties
username
stringoptionalusername for authentication with artifactory
Default: none
password
stringoptionalpassword for authentication with artifactory
Secret recommendedDefault: none
apikey
stringoptionalkey for authentication with artifactory
Secret recommendedDefault: none
url
stringrequiredlocation of the artifactory server
Default: none
source
stringrequiredfile(s) to upload
Default: none
target
stringrequireddestination of source files in artifactory
Default: none
retries
numberoptionalnumber of upload retries
Default: 3
flat
booleanoptionalif true, artifacts are downloaded to the exact target path specified and their hierarchy in the source repository is ignored. if false, artifacts are downloaded to the target path in the file system while maintaining their hierarchy in the source repository
Default: false