Reputation: 29
How to create a JFrog remote repository with a name that doesn't include the project key prefix?
Upvotes: 1
Views: 383
Reputation: 111
If you have admin permissions you can directly create a repository without any Project key as a prefix and then you can add the created repository to that Specific Project.
If you are not an admin, then we dont have an option to create a local|remote repo without Project prefix. The only way is to associate this with any virtual repi.
Upvotes: 0
Reputation: 6083
I'm almost sure that it is impossible to create a repository name in a project environment, without the project key prefix.
However, please consider the following workaround:
<proj>-awesome-repo
.awesome-repo
. Include the remote repository proj-remote-repo
in the virtual repository.awesome-repo
as the remote repository.Upvotes: 1