Questions tagged [jfrog]

25 questions
0
votes
0 answers

Gradle JFrog Artifactory - Excluding variants .aar generation when running the "artifactoryPublish" task

I have a question about JFrog Artifactory, especially when using it with Gradle. I have 10 variants, but I only publish 4 of them on Artifactory inside the publishing -> publications code. The problem is that, before publishing these 4 variants, the…
0
votes
1 answer

Anonymous package publish worked with npm 6.x but not works with npm 8.x

We used to publish package by using npm publish --registry=https://sampleur.com/api/npm, we don't have any auth token in .npmrc file it works in npm 6.x version. Recently we upgrade npm to 8.x after this upgrade this command not works, it throws…
mani
  • 11
  • 2
0
votes
0 answers

Display download progress when installing library from JFrog PyPI repository using pip

Normally, when installing a Python library from PyPI servers such as pypi.org or mirrors.aliyun.com/pypi using pip, a progress bar is shown: However, when utilizing a JFrog PyPI repository (in our case, an in-house version 7.12.6), for each…
Alireza Roshanzamir
  • 1,165
  • 6
  • 17
0
votes
0 answers

How to find the change in artifactory on the basis of timestamp on Jfrog

I am writing a shell script to find difference within the artifact on the basis of difference of timestamp on Jfrog #!/bin/bash echo "Validating jfrog configs" jfrog c show echo "*************************************************" echo "Getting…
0
votes
1 answer

Jfrog propagate GPG Signing keys for Distribution

I have to sign the release bundles I created under distribution. I generated gpg as in the jfrog document[1] and uploaded it both with the interface and with the rest API[2] but when I want to sign my release bundle, I can't see the signing key I…
Tristan
  • 68
  • 4
-1
votes
0 answers

Error while creating a sample maven project from Jfrog artifactory

I am trying to use Jfrog artifactory cloud. While configuring the maven client as shown below I am running into errors. Jfrog maven client configuration I have added the changes in my settings.xml, but after running the command to create a sample…
Sam
  • 1
  • 3
-1
votes
0 answers

/xray/api/v1/violations "filter" DOCUMENTATION

At the documentation website: https://jfrog.com/help/r/jfrog-rest-apis/get-violations There are 2 examples for violations: POST /api/v1/violations { "filters": { "name_contains": "Denial of service attack", …
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
-1
votes
2 answers

Jfrog artifactory is bypassing its local cache and downloading list.manifest.json from docker-remote even though it is present in artifactory cache

We are not able to find out why artifactory started making calls to docker remote for pulling the list.manifest.json even though it exists in its local cache. It used to work fine earlier but suddenly we started seeing sharp jump in the number of…
Jill
  • 47
  • 8
-1
votes
0 answers

Intellij gradle build with Ipv6 artifactory address fails with "URI does not specify a valid host name: "

I am trying to access a jfrog artifactory which is internal server accessible via ipv6, i have set below values for url but gradle build is throwing error "URI does not specify a valid host name:…
-1
votes
0 answers

Jfrog xray : Do we have solution available for this Ticket XRAY-17161?

Jfrog xray has issue described here. https://github.com/jfrog/terraform-provider-xray/issues/110 My ask is Do we have solution ready for this ticket XRAY-17161 ? How to get real time update on this ticket. Thanks. Manish I was trying to create xray…
1
2