-
When upgrading an application depending on artifactory-java-client-services (and therefore artifactory-java-client-api) I ran into the following issue:
Java will create something called an "automat…
-
Release used - artifactory-client-java.2.8.3
I have tried multiple ways to move a folder within a repo and failed to do so. If I try with same user from UI, it works so not sure what I am missing …
-
```log
artifactory | Exception Details:
artifactory | Location:
artifactory | org/jfrog/license/api/a.()V @1168: putstatic
artifactory | Reason:
ar…
-
I am using the Artifactory Client API in my java application:
@Override public boolean rename(String oldPath, String newPath) {
try {
artifactory.repository(repository).fi…
-
Hey Baruch,
I am using services-0.8-all.jar for trying to deploy artifact on artifactory and I wrote this code to make it works.
Artifactory artifactory = org.jfrog.artifactory.client.ArtifactoryCl…
-
**Describe the bug**
When running Jenkins service as local system and trying to download some artifact with the downloadArtifact() method of plugin, pipeline gives the below exception -
Downloading …
-
Hi,
I don’t think we have changed anything on “java.net.m1” repository, but following call fails:
``` java
RepositoryHandle repositoryHandle = artifactory.repository("java.net.m1");
repository = re…
-
### Please provide a brief summary of the bug
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000000000011e0, pid=1455, tid=1552
#
# JRE version: O…
-
In our gradle project:
```
gradle-version: 5.6
artifactory-plugin-version: 4.9.8
war plugin
```
launching:
``` bash
./gradlew artifactoryPublish
```
we got the following exception:
``…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
1. create new instance of `Artifactory.server`, and `Artifactory.newDotnetBuild`; using NuGet API v3.
2.…