Questions tagged [artifactory]

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. and supports enterprise features like on-prem, cloud or hybrid topology, multi-site replication, high-availability, sharding, pluggable storage, custom metadata, query language and much more.

Filter by
Sorted by
Tagged with
0
votes
0answers
4 views

Artifactory: Package management strategy to support n-2 releases

I am new to Artifactory and trying to figure out the best strategy for my company's need. We've been using in-house package management system so far and want to go with more of industry standard ...
0
votes
0answers
20 views

HikariCP Main - Connection oracle.jdbc.driver.T4CConnection@22af43cf marked as broken because of SQLSTATE(08006), ErrorC ode(17002)

I've got Artifactory OSS instance which is used few times a day. Mostly by automation tool. Looking into logs of it I've found that there is reoccurring error. I've tested that ojdbc connection is ...
0
votes
0answers
10 views

In deque Agora (Jfrog Artifactory). Only docker and NPm are defaultly available. Remaining packagers are disable, please suggest the process

In deque Agora (Jfrog Artifactory). Only docker and NPm are defaultly available. Remaining packagers are disable. How can i enable, please suggest the process of doing that
2
votes
1answer
24 views

Artifactory archive search in parts of repo?

I have a artifactory server with alot of content and alot of .zip-files. Artifactory supports archive search which allows you to search for specific files within the archives. The problem is that when ...
1
vote
1answer
36 views

Jenkins Artifactory Plugin - 3.11.4 failing to deploy artifacts with below error(which is working good with 3.10.6)

The deploy maven artifacts is failing with Jenkins Artifactory Plugin - Version 3.11.4(which is working good with 3.10.6) Please suggest for any solution. Which was the same issue reported in Version ...
1
vote
0answers
30 views

Run requeriments.txt with pip install from Artifactory

I have a Jenkins Pipeline where I absorb a Python project from GitLab and the libraries have to be installed from Artifactory (not from web) while the pipeline create docker image. The image is ...
1
vote
0answers
22 views

How to download only files (without the folder) from Artifactory [duplicate]

I have the below structure in Artifactory: Now I want to download the file using jenkinsfile to my WORKSPACE, but only the file itself (without the folder v1.0.2). What I should modify here in order ...
1
vote
1answer
19 views

Artifactory OSS:: System Logs - not reachable within UI “You are not authorized to view this page”

I'm experiencing strange issue. Artifactory OSS 7.16.3 installed Internal admin account cannot reach Administration > Monitoring > System Logs. Error says: "You are not authorized to view ...
0
votes
0answers
20 views

Error installing packages through custom repository on docker container

We have a custom Jfrog artifactory defined in yum.repos.d inside container. But currently when I try to install a package in my container, I'm getting this error [root@localhost /]#docker exec -it ...
1
vote
0answers
34 views

Conan: Handling dependent libraries in CI/CD

We have recently broken a monolithic repo up into separate repos one for the application and several others for common code identified to be libraries. Each repo generates a conan package and uploads ...
0
votes
0answers
38 views

Use private registry with .npmrc

I have a private artifactory (Jfrog) and I need to access a specific library on this repo, and it doesn't have any access to the public registry from npm. So, if I put this repo as a main registry of ...
0
votes
0answers
18 views

How to search the latest artifact from artifactory using property search using python

I want to search for the artifacts using some properties and then download the latest version. I am using get /api/search/prop?[p1=v1,v2] to search for the artifacts but this returns all the artifacts ...
0
votes
0answers
28 views

How to deploy a nested directory to artifactory using python script?

I have a directory contain 5 sub-directory and each sub-directory have 10 files. I want to zip(compress) this file and upload this to an url, which is artifactory location. I want do this task by ...
0
votes
0answers
28 views

Upload a complete folder(contain sub-folder) to artifactory(with auth-username and password) using a python script

I have a folder in my computer c:/folder_biodata, it consists of subfolder with files. I have to write a python function to deploy this folder as it is into artifactory location url: http://localhost/...
0
votes
1answer
17 views

Verify Artifactory download in Jenkins pipeline

I'm using the Jfrog Artifactory plugin in my Jenkins pipeline to pull some in-house utilities that the pipelines use. I specify which version of the utility I want using a parameter. After executing ...
0
votes
0answers
45 views

Npm error 403 when downloading dependencies from jfrog artifactory

I am trying to run a job with nodejs project. One of the step is rtnpminstall which runs npm install command. rtnpminstall command is run by Artifactory plugin on Jenkins. The error says. npm ERR! ...
1
vote
1answer
51 views

Copy ZIP file into Artifactory without any meta-data using Gradle

I have a Spring Boot 2.x project that uses Gradle 7.x. I'm assembling a distribution of the artifact/service in a zip / tar file using the built-in Spring Boot task(s) provided. There is no meta-data ...
1
vote
0answers
22 views

Change Artifactory LDAP Server via Config File Not Working (Solved)

Edit: Solved this by using a firewalld command to redirect the IP: firewall-cmd --direct --add-rule ipv4 nat OUTPUT 0 -d ORIGINAL_HOST 6 -p tcp --dport 389 -j DNAT --to-destination NEW_HOST:389 After ...
1
vote
1answer
31 views

JFrog artifactory downloads file with 0 bytes

I'm writing a CI/CD pipeline in GitLab for an android application. I use JFrog's Artifactory to push my '.apk' files as intermediary storage. From there I'm distributing to the Firebase distribution ...
0
votes
0answers
30 views

Getting 403 from jfrog.io. how can i fix this

I keep getting redirected to this URL, does anyone know what the issue is. https://www.jfrog.com/error?from=<ACCOUNT_NAME>.jfrog.io&by=nginx-shared2c
1
vote
1answer
33 views

Artifactory retention set but not deleteBuildArtifacts, what happens?

When uploading artifacts to JFrog artifactory, one might set the retention to e.g. a maximum number of days. On can also set the boolean deleteBuildArtifacts: true. If not setting the latter, what ...
1
vote
0answers
27 views

Grails 2.4.0 unable to resolve artifactory descriptor to public repositories since June 4 2021

I have a grails 2.4.0 application that uses the tomcat-7.0.70, hibernate4:4.3.5.5 and other plugins. I had these URLs mentioned in my BuildConfig.groovy: mavenRepo "https://mvnrepository.com"...
0
votes
1answer
30 views

Can I perform a query on an existing Artifactory access token to learn how it was created?

I realize that I cannot retrieve the actual Artifactory access token after the initial creation--either I save it or it is lost. However, I'm hoping I can still learn other details about the access ...
2
votes
1answer
30 views

Unable to push helm charts to jfrog artifactory

I am trying to add the helm repository to my jfrog account but it is giving an error. I have created a remote- repository. How can I push using helm client helm repo add <key> https://ip/...
0
votes
1answer
37 views

Binaries size showing high in jfrog

I have deleted all the artifacts from jfrog cloud and I have deleted all the repositories. Stil the Binaries size showing as 1.5GB. How to resolve this issue. I am not seeing maintenance option in ...
0
votes
1answer
39 views

CA signed cert when using helm to install Artifactory on k8s

I am using helm to install Artifcatory on k8s. The helm CLI which I use is: helm upgrade --install artifactory --namespace artifactory jfrog/artifactory The installation is completed successfully. ...
0
votes
0answers
26 views

Maven not checking proper repository

Edit: I tried running mvn clean install and found I am getting a 401 when I try to hit my artifactory repo. I have not changed my creds though since last night when it was working so not sure why this ...
0
votes
0answers
23 views

using the Xray Report API to fetch report pdf

I would like to use the Artifactory Xray reports api to retrieve a pdf report. When I perform the request curl -u username:password -X GET https://hostname.org:8082/xray/api/v1 I get 404 page not ...
0
votes
0answers
20 views

JFROG - add saltstack-remote repository

I want to have all saltstack packages (for all OSes) available from jfrog. When trying to add saltstack-remote repository to jfrog using the following link: https://repo.saltproject.io/py3 . I receive ...
4
votes
1answer
214 views

Unable to upload artifacts into JFrog Artifactory because of unrecognized field

Unable to upload artifacts into JFrog Artifactory cloud, all of a sudden. Note: gradle and maven plugin both fail id 'com.jfrog.artifactory' version '4.21.0' <plugin> ...
0
votes
0answers
38 views

Artifactory upload using jenkins DPL without ssl

I am using below code to upload artifact to jfrog from jenkins, it is failing with cert not found error. stage('Package Upload') { steps{ script{ def server = ...
0
votes
1answer
24 views

Getting Artifactory Logs from JFrog hosted service

Our JFrog Artifactory repo is intermittently sending 403 errors when requesting deb packages from our repos. Systems experiencing this will automatically retry after a few minutes and successfully ...
0
votes
0answers
46 views

“pip install” AWS Glue Python Shell Job - change package index?

Is it possible to change the package index of the pip install running in an AWS Glue Python Shell Job for when it tries to install additional dependencies? I have awswrangler in the job dependencies, ...
0
votes
0answers
25 views

Artifactory Debian Respository source package support?

Artifactory Debian Repositories appear to not support Debian Source packages. Pushing source packages (.dsc, origin.tar.gz, .debian.tar.gz) does not result in creation of Sources.gz and the mention of ...
1
vote
0answers
20 views

What is the difference between lastModified and lastUpdated in the info of an artifact in Artifactory

When I list the storage info of an artifact in Artifactory I have two fields: lastModified and lastUpdated. What is the difference between the two? I make an api rest call with /api/storage/... where ...
0
votes
1answer
43 views

Jfrog - Failed to load driver class com.microsoft.sqlserver.jdbc.SQLServerDriver from HikariConfig class classloader ParallelWebapp

I am trying to install Artifactory latest version 7.x and while configuring Microsoft SQL Database with JFROG artifactory, it is failing with error - System.yaml not validated. system.yaml file : ...
0
votes
0answers
51 views

Received status code 401 from server: Unauthorized for jar from remote

In the logs: Could not get resource 'https://<locally hosted artifactory>/<virtual repo>/org/springframework/boot/org.springframework.boot.gradle.plugin/2.2.13.RELEASE/org.springframework....
0
votes
1answer
45 views

Artifactory docker-compose

Does anyone have a docker-compose.yml that starts up OSS version of Artifactory? I am using file shown below but I see these errors when container starts up: Errors: ArtifactoryClient::http [get] ...
0
votes
0answers
33 views

How to copy artifacts form one artifactory instance to another?

Having production promoted artifacts in artifactory for so many years is filling up the space. Those cannot be cleaned up from the instance as they will need to be preserved for compliance constraints....
1
vote
1answer
42 views

svg files are being uploaded as “application/octet-stream” rather than “image/svg+xml”

I am working on creating some stories using Storybook and publishing them on our server. We currently build the static files using the command build-storybook. When using the command start-storybook ...
0
votes
1answer
38 views

How do I get (remote/virtual) repositories to actually show up in Artifactory OSS' repository administration page?

I have an instance of Artifactory OSS (latest version) running in a docker container locally. We have a remote instance of Artifactory (non-OSS) running as well. In my local instance, I set up a ...
1
vote
1answer
28 views

Mirrors repository ignored in jfrog command GitLabCi

We have configured a monorepo in GitLab. The structure is: -project1 -pom.xml -project2 -pom.xml -project3 -pom.xml -project4 -pom.xml -settings.xml -gitlab-ci.yaml The pipeline looks ...
0
votes
1answer
59 views

Unable to build and push Docker image into (private) Artifactory from GitLab CI using kaniko

I'm designing a GitLab CI pipeline to build a Docker image for a given service. This is how (the relevant excerpt from) the Gitlab CI manifest looks like so far: ... publish-docker-image: stage: ...
0
votes
0answers
20 views

JFrog convert native browser link to API query

Can someone help me convert a JFrog HTML 'native browser' query to a JFrog API call? If I drop this url into a browser window https://repo1.mycompany.com/artifactory/CORP-Snapshots/org/domain/company/...
0
votes
0answers
38 views

proxy to conan-center: Remote from remote is not json, but 'application/octet-stream'

I set up a jfrog artifactory with a conan "remote" repository to proxy the official conan-center repository. I see three different conan-center URLs, depending on with source I read: center....
3
votes
0answers
64 views

How to publish python packages to internal artifactory in poetry using a token

I am using poetry version 1.1.6 to build and publish my project to an internal artifactory. I have provided the below command and configured the repository. poetry config repositories.myrepo https://...
0
votes
2answers
47 views

How to download files that were marked as dependencies from Artifactory

At the end of a build of ProjectA, the artifacts are uploaded to Artifactory with a jfrog CLI command like this one: jfrog rt upload --build-name projectA --build-number 123 <artifacts-pattern> ...
0
votes
1answer
37 views

Search for a keyword in the files present in Jfrog Artifactory 4 version

I have Jfrog Artifactory 4.14 version. I want to search for particular keywords in the files present in Artifactory by providing extension details. For example, I want to search the keyword "...
0
votes
1answer
41 views

Cannot see any created Gradle repository in the JFrog Artifactory OSS admin page

I am trying to install Jfrog's Artifactory server. I have created different Gradle repositories, but I cannot see any of them in the admin panel (Administration->Repositories->Repositories). ...
0
votes
0answers
18 views

How to search for artifacts on Artifactory using properties?

I want to use three properties to search the matching artifacts on Artifactory using python. the properties I want to use are component, type, change

1
2 3 4 5
70