Drone plugins > Download
Download
by drone-plugins
Use the Download plugin to download archives required for your builds, it also integrates a secure way to inject basic authentication credentials and checking by md5 or sha256 checksums.
Example
kind: pipeline
name: default
steps:
- name: download
image: plugins/download
settings:
source: https://github.com/drone/drone-cli/releases/download/v0.8.5/drone_linux_amd64.tar.gz
Properties
source
stringrequiredThe source URL for the download.
Default: none
destination
stringoptionalThe destination path for the download.
Default: none
username
stringoptionalThe username for basic auth.
Secret recommendedDefault: none
password
stringoptionalThe password for basic auth.
Secret recommendedDefault: none
skip_verify
booleanoptionalSkip SSL verification.
Default: false
md5
stringoptionalThe md5 checksum.
Default: none
sha256
stringoptionalThe sha256 checksum.
Default: none