Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active March 22, 2016 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravcat/6a48ee8230123e50fc9b to your computer and use it in GitHub Desktop.
Save gravcat/6a48ee8230123e50fc9b to your computer and use it in GitHub Desktop.
artifactory deploy artifact example
curl --user username:password --upload-file "/home/user/path/to/file.zip" -H"X-Checksum-Sha1:1EFC9E5F84D4713CB7304625FE0CB2A1F39709A4" -H"X-Checksum-Md5:B32BB2F9317DCE938CC8A34742D4EF8D" -X PUT "https://yourartifactoryserver.com/artifactory/some-repository-local/exact/desired/path/file.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment