Questions tagged [jfrog]

25 questions
4
votes
1 answer

Some package give 404 not found when run npm install package from jfrog Artifactory

when I want to install packages from JFrog artifactory, JFrog returns 404 not found for the same package. For example, if you curl for one package from the JFrog URL Continuously, for some request return package but for one requests gave 404 not…
2
votes
1 answer

JFrog local Docker artifactory, cannot push image

I am trying to configure and use local docker jfrog artifactory to store dockers: set up a clean ubuntu 22.04 lxc (under proxmox) setup jrog using the commands: cd ~ mkdir jfrog pwd export JFROG_HOME=/root/jfrog/ mkdir -p…
Ilia
  • 534
  • 3
  • 21
1
vote
1 answer

Using npm set config _auth with a GitHub Secret fails

The following npm config set, in my "run" section does not work in my GitHub action. npm config set //my.registry.io/npm/:_auth {{ secret.NPM_ACCESSTOKEN }} I know the value of secret.NPM_ACCESSTOKEN is correct, I've been able to verify with an…
1
vote
1 answer

Not able to login using CLI in jfrog

I am writing a command to do login in jfrog url using jfrog command line interface Jfrog document states that we need to do the login in the machine and need to save the credentials in the…
1
vote
1 answer

Does JFrog Arifactory Open Source include file transfer?

We are currently using JFrog Artifactory Open Source 7.41.7 to store a number of artifacts. We would like to transfer these artifacts to our company's JFrog Artifactory Enterprise Plus 7.55.8. In trying to install the data-transfer user plugin as…
Geoff Alexander
  • 419
  • 5
  • 13
0
votes
0 answers

AzureDevops Pipelines ArtifactoryGenericDownload@3, no Endpoint

When using ArtifactoryGenericDownload@3 in AzureDevops YML pipelines, I receive the error: Endpoint not present: undefined, even though my service connection is correctly configured. The JFrog / Aritfactory Documentation doesn't seem to mention…
Mb175
  • 55
  • 9
0
votes
1 answer

JFrog Artifactory stopped working in Android Studio. apply plugin: 'com.jfrog.artifactory'

From yesterday August 31, 2023 i am facing issue with gradle sync in Android Studio. i am using apply plugin: 'com.jfrog.artifactory' apply plugin: 'maven-publish' repositories { maven { url…
Balu Here
  • 21
  • 2
0
votes
0 answers

"Failed to add node pool because the integration has invalid credentials" in Jfrog Cloud

As of 03/Aug there has been a blockage on the node pool part of the pipelines and no pipelines are running. I tried to create a new node but I get the error below: "Failed to add node pool because the integration has invalid credentials" As this is…
0
votes
1 answer

What is the process for transferring data from JFrog Artifactory Pro v5.0.1 to the most recent version?

we have an unused Jfrog Artifactory running an old version of the pro v5.x (License Expiered). we are planning use Artifactory again in our pipeline by purchasing the latest version Artifactory license. The old instance contains critical artifacts…
qioinfra
  • 3
  • 1
0
votes
2 answers

Download artifacts from JFrog with Jenkins

I wrote a Jenkins pipeline to download the artifcats from JFrog. I have artifactory plugin for Jenkins so I use rtdownload. Below is the rtdownload section rtDownload ( serverId: 'pe-jfrog', spec: '''{ …
0
votes
0 answers

How to sort and fetch the builds in Artifactory using curl/wget

I have around 50 builds in Artifactory. How do I download the latest one? i.e. which is created last curl -u username:password --silent https://artifactory.mas.emrsn.org/artifactory/pme-modernization/ModuleBuilder/develop/ -d…
0
votes
1 answer

Jfrog S3 to GCS Artifacts Binaries Migration

JFROG not able to propogate data from object storage Migrated all s3 objects of JFROG artifactory hosted on aws ec2 to GCS buckets.But JFROG artifactory hosted on GCP VM not showing package content and docker images size data on UI still.
0
votes
1 answer

Is it possible to upgrade Artifactory in some sort of blue/green solution?

We have a very critical Artifactory instance hosted on AWS. It uses ECS (one container for Artifactory), EFS, S3 and RDS. We want to improve our upgrade process. Now we deploy an upgraded Artifactory Docker image and pray that everything goes well.…
DenCowboy
  • 13,884
  • 38
  • 114
  • 210
0
votes
1 answer

Jfrog Import from one artifactory server to another artifactory instance

Failed system import: Could not merge and save new descriptor [org.jfrog.common.ExecutionFailed: Last retry failed: Failed to reload configuration: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a…
0
votes
2 answers

Replication of Artifactory repository (with excludes) to repository on same server?

I have a need to migrate the structure of a repo on an Artifactory Enterprise Plus 7.49.6 server, splitting it up into a few smaller repos. For a transition period, I want to replicate the old repo to the new repos, using exclude patterns to select…
jor
  • 121
  • 1
  • 4
1
2