-
-
Save rubyroobs/6c3c8e21cc122f66bcb0e4317136a4b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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