Skip to content

Instantly share code, notes, and snippets.

@rubyroobs
Last active April 23, 2019 14:31
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 rubyroobs/6c3c8e21cc122f66bcb0e4317136a4b6 to your computer and use it in GitHub Desktop.
Save rubyroobs/6c3c8e21cc122f66bcb0e4317136a4b6 to your computer and use it in GitHub Desktop.
export ARTIFACTORY_KEY="<REDACTED>”; # For HTTP repository access
export ARTIFACTORY_USERNAME="<REDACTED>";
curl u $ARTIFACTORY_USERNAME:$ARTIFACTORY_KEY https://<REDACTED>/artifactory/api/build
Response:
{
"uri": "http://<REDACTED>/artifactory/api/build"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment