-
Notifications
You must be signed in to change notification settings - Fork 8
Unable to Connect to Jfrog Artifactory SAAS instance #11
Comments
Hello there, the URL should point to the repository directly, basically show a file list when you call it within a browser. It's the same URL you would use to include the repo within your Maven or Gradle project. I'm not sure how it'll look like, but my guess is it's https://hcldevopscoe.jfrog.io/hcldevopscoe/libs-release-local/ or something like this. Then the Group Id would be just |
Hi Sir, I have put the URL as "https://hcldevopscoe.jfrog.io/hcldevopscoe/libs-release-local" in the MAVEN-REPO Repository Configuration and i am getting HTTP Status 200 Error Message. As per my knowledge the URL should be given as "https://hcldevopscoe.jfrog.io/hcldevopscoe/" but i dont know where to provide the repository name(libs-release-local) in the arguments . I have tried another plugin(Generic Artifactory Poller) but it has got some issues in downloading the artifacts. |
Ok, sorry I'm unfamiliar with the Maybe it's inside https://hcldevopscoe.jfrog.io/hcldevopscoe/com/ ? I'm not authorized to check that.. if so, just set the group id to Otherwise is there a way to get the base URL of your repository? Maybe by downloading some Maven |
Hi Sir, |
As a last try, can you also check if you can access the remote browsing feature as described here https://www.jfrog.com/confluence/display/RTF/Browsing+Artifactory#BrowsingArtifactory-RemoteBrowsing ? I'll have a look into the main differences with the cloud version and will get back to you. EDIT There's also a download option for the |
Please try release 1.1.4-alpha1 with the URL https://hcldevopscoe.jfrog.io/hcldevopscoe/libs-release-local . I just discovered an issue with the HTTP request. In case that check fails, you will find more information in the file |
Hi Sir, Thank you very much for providing the fix. The alpha plugin now supports the cloud version of the JFROG Artifactory. Now i am able to poll the artifacts and download them in to gocd agent machine. |
Hi there, I'm glad it worked and I could help you. 👍 |
Hi Sir,
I am trying to configure Jfrog Artifactory SAAS instance using your plugin.
The package Repository configuration is done sucessfully but i get http 500 exception while try to configure the material in the pipeline.
Package Repository
Maven Repo URL - https://hcldevopscoe.jfrog.io/hcldevopscoe/
username - admin
password - *********
Material Configuration
Package Name* - MyPKG3
Group Id* - libs-release-local/com
Artifact Id* - AntSpringMVC
Packaging (jar,war,ear...)* - war
libs-release-local is the repository which contains com as the group id and antspringmvc as the package id.
Please let me know how to fix this issue
The text was updated successfully, but these errors were encountered: