JFrog Mission Control offers centralized control, management and monitoring for all your enterprise artifact assets globally. By providing a clear and instant picture of the relationships and flow between your different development organizations, Mission Control provides your IT and Ops leaders real-time visibility into your worldwide development, distribution, and consumption of software packages.
Questions tagged [jfrog-mission-control]
37 questions
0
votes
1 answer
How to deploy an artifact from group of artifacts to jfrog artifactory using jenkins post build action
My maven group project hierarchy like
maven_group_project
- sub_module_1
- sub_module_2
- sub_module_3
When I run maven command clean package install on maven_group_project then it gives sub_module_1.jar, sub_module_2.jar and…

eigenharsha
- 2,051
- 1
- 23
- 32
0
votes
1 answer
artifactory query language for listing file types in date range
I am trying to list file types from a particular date range, so these large files can be deleted from artifactory storage, how to do this is confusing for me, so I thought of utilising the frog cli way using --spec switch, I have an expression but…

user2742389
- 3
- 2
0
votes
2 answers
How to move artifacts between repositories by using REST API?
Can anybody help me find a way to copy an artifact from one JFROG repository to another by using curl.
I found a way to send file to the repository
curl -u user:pass -X PUT
'http://artifactory:8081/artifactory/test-product/test.txt' -T
…

dice2011
- 937
- 2
- 15
- 30
0
votes
1 answer
Is there a way to extract storage summary of Artifactory?
we are currently using Artifactory Version 4.9.0 on O.S: Linux. we know that from Artifactory User Interface, we can see the storage summary of all the repository.
https://www.jfrog.com/confluence/display/RTF/Monitoring+Storage
I am looking for a…

srikanth jagdhane
- 127
- 2
- 17
0
votes
2 answers
JSON Object Arrays in JFrog Mission Control API
I am using Mission Control version 1.1
I attempted to communicate to the REST API that I wanted to create a repository. My JSON input is below:
{
"scriptMappings": [{
"scriptNames": ["virtual-repo"],
"scriptUserInputs": [{
…

Lawrence Aiello
- 4,560
- 5
- 21
- 35
-1
votes
0 answers
How to enable SSH login in Jfrog (community edition)
We are trying to enable ssh authentication method in jfrog community edition, but enabling ssh option is not available in Jfrog community edition.
Can anyone guide us on this approach and please let us know if ssh authentication is available for…

Ramesh Thiyagarajan
- 53
- 8
-2
votes
1 answer
Recommend jFrog artifactory/package
We have jFrog service in use, and I'm struggling to chose what type of repository/package I should choose. Please suggest some for my needs. In my release pipeline I'm generating 3 binaries for each OS (Win, Mac, Linux), each has also folder with…

Nikita P
- 149
- 5
- 19