Questions tagged [jfrog-cli]

For questions about the command line interface (CLI) tool for JFrog (a DevOps automation platform). QUESTIONS MUST BE ABOUT USING THE CLI IN PROGRAMMING. Questions which are just about using the CLI, options for CLI tools, etc. are OFF-TOPIC on Stack Overflow.

JFrog CLI is a compact and smart client that provides a simple interface that automates access to JFrog products simplifying your automation scripts and making them more readable and easier to maintain.

JFrog CLI works with JFrog Artifactory, JFrog Mission Control, JFrog Bintray and JFrog Xray (through their respective REST APIs) making your scripts more efficient and reliable in several ways:

  • Parallel uploads and downloads
  • Checksum optimization
  • Wildcards and regular expressions
  • Upload preview

For more info about Jfrog CLI, visit Jfrog CLI wiki.

371 questions
0
votes
1 answer

Artifactory repo folder structure not as expected when deploying files

I created a generic repo in Artifactory which I want to deploy my artifacts to. I'm trying to setup a simple-layout folder structure such as: I can get this structure only if i'll deploy couple of sub folders. When deploying I get in Artifactory…
chen
  • 131
  • 1
  • 1
  • 11
0
votes
2 answers

How do I use JFrog CLI with CircleCI 2.0?

I'm trying to use JFrog CLI with CircleCI 2.0 to publish my docker image into my JFrog artifactory, after some research I've found this tutorial: https://circleci.com/docs/1.0/Artifactory/ but it's based on CircleCI 1.0 specification. my config.yml…
mRc
  • 1
  • 1
0
votes
1 answer

jFrog Artifactory tagging only files inside a folder

I tried tagging the folder in jFrog which recursively tagged all the files, but would like to exclude the folder from getting tagged. is there a way to tag just the files inside a folder using the jFrog rest API? curl -s -u username:password -X…
abhishek phukan
  • 751
  • 1
  • 5
  • 16
0
votes
0 answers

"jfrog rt set-props" prepends key with semi-colon

example using jfrog cli 1.14.0: jfrog rt set-props repo/artifact.zip this=that this results in: Property: ;this Value: that Am I doing something wrong?
Sam B
  • 1
  • 1
0
votes
2 answers

Jcenter (Bintray) not approving android library

I made an android library (my first one).. followed the steps and was able to successfully upload to bintray..but when i requested to link to jCenter ,I got this mail from Bintray: Please consolidate all necessary files e.g. pom, aar and sources…
H D
  • 77
  • 2
  • 10
0
votes
0 answers

crashed postgres database in artifactory

we have an artifactory (5.6.2) running on docker with a postgres (9.6.6-alpine) also on docker. We realized that artifactory performed very badly so i looked at the containers and saw that postgres was taking all cpu it could get. So tried to…
Robert Lachner
  • 657
  • 1
  • 8
  • 22
0
votes
1 answer

Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)

I am trying to replicate the artifacts between two jfrog artifactories. But here we don't want to do it from the UI, can we replicate the artifacts by using curl or jfrog rt commands.…
0
votes
1 answer

Artifactory and Tomcat

I'm running the artifactory.sh in linux and I can successfully deploy the app. However, I can't open it with https://localhost:8080/artifactory/webapp or https://localhost:8080/artifactory/ . I also tried changing 8080 t0 8081 but no success. I…
amelongo
  • 93
  • 11
0
votes
1 answer

How to change artifactory admin default password through command line

i have installed latest version of Artifactory Pro (5.8.3) on Centos7. The default admin credentials are admin/password. i want to change the password through command-line but unable to do so. Does any one has any inputs how to do this? Following…
akshay
  • 61
  • 1
  • 4
0
votes
1 answer

Curl & JFrog not allowing variable for paramater

I'm trying to pass user input like "bash tesh.sh 60s" and have the curl statement below take that input and use it for the $args1 variable. args1="$1" results=$(curl -s -username:password https://URL/artifactory/api/search/aql -H "Content-Type:…
VivaLaRobo
  • 463
  • 5
  • 14
0
votes
1 answer

How to get the Docker tag pull counts in JFrog Artifactory?

Is it possible in Artifactory to get the number of total pull counts of the Docker tag?
karthikeayan
  • 4,291
  • 7
  • 37
  • 75
0
votes
2 answers

How to download previous build version ( a.b.c.d-1 ) if requested version ( a.b.c.d ) does not exist in artifactory

How to download previous build version ( a.b.c.d-1 ) if requested version ( a.b.c.d ) does not exist in artifactory. Using Artiffactory plugin in Jenkins pipeline.
user1316502
  • 809
  • 2
  • 10
  • 21
0
votes
1 answer

Is JFrog Cli the best available option to use for a Jenkins CI server?

I have been using artifactory plugin with jenkins for a while now. And I have come across the JFrog CLI and it says: simplifying your automation scripts and making them more readable and easier to maintain So is it high time for me to use JFrog…
0
votes
2 answers

codedeploy user profile - Windows

Does AWS codedeploy run as any specific user profile on Windows servers? I am trying to run a jfrog.exe cli to download from a remote Artifactory repository, using a prebuilt user ID and password which is dependent on ~/users/{user…
Steve Hong
  • 189
  • 1
  • 2
  • 9
0
votes
1 answer

How to get url when searching using the artifactory jfrog cli

The jfrog cli for Artifactory can be used for searching for artifacts across multiple servers configured in ~/.jfrog/jfrog-cli.conf: jfrog rt s repo_name/path/to/artifact* The URL in the result is only the part relative to the server base URL, and…
Gunnar
  • 351
  • 2
  • 9
1 2 3
24
25