Exercises made for Eficode's one day introduction to Artifactory
- create_repository
- gradle_intro
- custom_layouts
- virtual_repositories
- gradle_build
- jenkins_build
- aql_search
- aql_cleanup
If you want to be able to run every exercise in this repository you need:
- An Artifactory Pro or Enterprise server
- A Jenkins server
- Gradle and JDK installed
- Git bash
- JFrog CLI
You will need to authenticate to Artifactory either by a username/password combination or an API Key. If you use a username/password combination, please don't use your "plain password" but instead use the "Encrypted Password" for your Artifactory user.
You will find both the API Key
and your Encrypted Password
Under
"Welcome, <user>" and "Edit Profile" in the Artifactory UI.
Unlock with your password and look under "Authentication Settings".
Read more: Using Your Secure Password.
NB: It's not currently possible to do the Gradle exercises using an API Key
.