-
When trying to deploy an artifact to artifactory behind HTTPS when there is more than one HTTPS site hosted on the same server/IP address the following error is thrown.
Need to update Apache HTTPCli…
-
Is it possible to do the "creation date" search (http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactsCreatedinDateRange) using the artifactory-client-java? I c…
-
Hi,
to save some frustration when upgrading to the latest plugin version: below I document my experience upgrading to the latest plugin version (1.13.0 or 2.0)
TLDR version: it seems the plugin au…
ghost updated
7 years ago
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.462.3
OS: Linux - 6.1.109-118.189.amzn2023.x86_64
Java: 17.0.12 - Amazon.com Inc. (OpenJDK 64-Bit Server VM)
---
TestCo…
-
**Is your feature request related to a problem? Please describe.**
When building through the jenkins pipeline, the image upload stage completes normally on x86 architecture servers, but the image upl…
-
I'm getting the following error when I try to instantiate the Artifactory client.
`Artifactory artifactory = ArtifactoryClient.create(artifactoryUrl, "", "");`
Whenever i run my code independent…
-
Uploading a file around 4GB size would not be uploaded properly. It seems like there is a stream defined in the client that is less than 4GB and the upload request of a file greater than 4GB always ge…
-
Hi, when I operate repository, my process finished with exit. Here is my code
```
Artifactory artifactory = ArtifactoryClientBuilder.create()
.setUrl("http://192.168.1.**:8081/arti…
-
- REST Client Version: v0.24.6
- VSCode Version: 1.64.2
- OS Version: Windows 11 21H2 (OS Build 22000.493)
Steps to Reproduce:
1. Try out Rest Client on Windows 11 and send some request.
2. Res…
-
NOT ISSUE REALY, JUST A SUGGESTION
Is it not better if a service creates and exposes its clients?
for example here https://github.com/merikbest/twitter-spring-reactjs/blob/microservice/chat-service/…