-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Describe the use case.
The new JFrog CLI bamboo plugin is not multi-tenant capable. Hence, we want to provide credentials in the task and not on the global level.
We can not use the pre-stored access data from the global settings. This not only means the admins would have to maintain all these credentials but also, that every user of Bamboo can use every item of access data.
Describe the solution you'd like to see.
With the old “JFrog Artifactory for Bamboo” plugin this was possible. We need the new plugin to be feature compatible to the old one also in regards of Bamboo features and that includes being able to specify credentials per variable and directly in the task, not only via global configuration.
Describe alternatives you've considered.
We are using the old plugin “JFrog Artifactory for Bamboo” which is the multi tenant compatible.