Top "Artifactory" questions

Artifactory is an enterprise-grade universal binary repository manager solution that can be used to work with more than 25 different dependency and package managers, including Maven, Docker, npm, PyPi etc.

Delete Artifactory build artifacts using REST API

I have the following build artefacts in Artifactory server. http://artifactory.company.com:8081/artifactory/libs-snapshot-local/com/mycompany/projectA/service_y/2.75.0.1/…

api rest build artifactory http-delete
list all builds(artifacts) in a repo on jfrog-artifactory using AQL(artifactory query language)

When ever I run the curl command it's throwing a syntax error. I've followed this documentation to list all artifacts …

curl artifactory artifactory-query-lang
Artifactory Snapshot filename handling

In our artifactory we have a snapshot repo defined to handle max 5 unique snapshots. We added -SNAPSHOT-.extension to the …

snapshot artifactory
Dependency resolution configuration in Artifactory

Recently we started to work with Artifactory. We configured settings.xml as Artifactory proposed. However we have problems downloading jars …

maven dependencies pom.xml artifactory
How to trigger a Jenkins build on a new artifact in Artifactory?

Can Artifactory be used as "SCM" or source in Jenkins to trigger the builds on an particular artifact deploy? Don't …

jenkins artifactory
How do I find my Artifactory server ID?

I'm using jfrog rt config to configure JFrog CLI. It asks for my "Artifactory server ID". I can't find any …

artifactory jfrog-cli
How to use artifactoryPublish to publish release and debug artifacts

I have Android Studio projects that build AARs or APKs in both release and debug versions. I'd like to publish …

android maven gradle artifactory
Nuget with Artifactory. Key not valid for use in specified state

I am using Artifactory as NuGet repository to store all the nuget packages. When we use this Artifactory link as …

nuget artifactory nuget-package-restore
Is there a way to disable the deploy goal of maven-deploy-plugin via settings.xml

I tried adding this to the settings.xml; <properties> <maven.deploy.skip>true</maven.deploy.…

maven jenkins artifactory
Unable to start Jfrog Artifactory: Fresh Install

After the fresh install of JFrog Artifactory server I am not able to start up the application. I am using …

artifactory