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
1
vote
1 answer
How to deploy .net artifacts to JFrog artifactory
As JFrog Artifactory provides maven repository which maintains a maven-metadata.xml to get the latest maven artifact.
Is there anything to maintain latest artifacts of .net web applications. It would be good if there's a solution with the trial…

Hitesh Sp
- 51
- 1
- 6
1
vote
1 answer
Can't get artifacts, that were created within a specific date range
I need to make a manual cleanup of Jfrog artifactor from old artifacts by using REST API.
For these purposes, first of all, I must identify artifacts, created within a specific date range.
The problem is that when I use
curl -u user:password -X GET…

dice2011
- 937
- 2
- 15
- 30
0
votes
0 answers
are rest API supported in JFrog open source free version?
basically I wanted to get the latestVersion of my artifact uploaded but for some reason I'm getting 404 error, though I'm able to upload files in this repo using the rest api
was thinking is this operation supported in open source jfrog(free…

Nikhil Rai
- 1
- 1
0
votes
1 answer
Jfrog API to add users to group incrementally without replacing
We are trying to automate JFrog access management using Azuredevops tasks and couldn't find any working solution to update the user addition to the groups in an update passion without replacing existing users from the list.
We are looking for CLI…

Vowneee
- 956
- 10
- 33
0
votes
0 answers
Jfrog insight service is not running
I am trying to install jfrog insights by following official documentation of jfrog "https://www.jfrog.com/confluence/display/JFROG/Installing+Insight#InstallingInsight-ManualDebianInstallation"As you see in the image
Installation debian package .…

Hamza Nasir
- 25
- 3
0
votes
1 answer
Configure JFrog artifact repository for Maven project
I'm working on some generic template which I need to use Jfrog artifactory for the repository. I have gone through their documents they are specified to use setting.xml (need to add report info) for maven, but I don't want to force down the users to…

Santhoo Kumar
- 61
- 1
- 9
0
votes
0 answers
PyPI Repository Layout Mapping on Artifactory
I wanted to set up a remote PyPi repository on a JFrog Artifactory. There was no repository layout mapping for PyPi on JFrog so I was facing issues with versioning of the cached packages. Could someone help me with a custom repository layout?

djokester
- 567
- 9
- 20
0
votes
1 answer
How to deploy builds to different Artifactory in Jenkinsfile?
I have a Jenkinsfile and I want to be able to deploy maven build to different artifactory based on the build. For instance if the Jenkinsfile is triggered when I push my code to development branch I want to deploy the build from development branch…

Hosein Zarifi
- 59
- 9
0
votes
0 answers
How can I remove `artifactory_name` from JFrog's Artifactory on-premises url
I have created an on-premises JFrog account. As per my requirement, I have to remove artifactory_name from jfrog url. Currently, I have
https://example.jfrog.io/example/webapp/#/home
I want
https://example.jfrog.io/webapp/#/home
On saving Reverse…

292kumargaurav007
- 19
- 1
- 3
0
votes
1 answer
Incorrect directory structure created using jfrog CLI
I am trying to download the entire folder (as it is with all files and subfolders) from an Artifactory repo to my local folder.
Note - I am using Artifactory Pro cloud version
This how my Artifactory local repo (generic) looks like -
I run the…

Archit Arora
- 2,508
- 7
- 43
- 69
0
votes
0 answers
Maven 2.x Jfrog issues when migrating oracle JDK 1.7 to Azul open JDK 1.8
Migrating our project from oracle Jre 1.7 to Azul open Jre1.8 using maven 2.2.1. During the compilation we are hitting the Jfrog issues with jade-Multijar.
“jade-multijar-plugin” version 1.3.2 from Maven 2.x. And later maven 3.x there is no…

pesubbia
- 11
- 4
0
votes
0 answers
JFrog Mission Control - Version Control with Gitlab
Using Mission Control, we want to use the Version Control integration with gitlb so that we have version history of all the scripts.
We are running the docker container version.
during this setup process we encountered some problems where the…

RaymondB
- 31
- 4
0
votes
1 answer
JFROG Repository Creation with Api
Hi I want to create Repository with Artifactory JFROG Api,But I got 406 error code with api
I can run this json request over postman with selected application/json mime type
But I cant run over my c# code.What should I do in my .net code to use…

Bilgehan
- 1,135
- 1
- 14
- 41
0
votes
1 answer
Does artifactory provide proper build info for files which are not binaries?
I have been uploading maven web projects artifacts with Jenkins CI to artifactory.
There is a .pom file along with the .war artifact.
Images
For .pom file for first version
For war file of first version
We can see that pom file "produced by"…

Hitesh Sp
- 51
- 1
- 6
0
votes
2 answers
How does maven authentication works?
I am willing to create a private maven repository, where the access rules are not based on groups/patterns, but on completely custom rules. I've checked both nexus and jfrog, both of them keeping the simple user/group/pattern approach. And (AFAICS),…

Panayotis
- 1,792
- 23
- 32