How to integrate with shared credentials?

Are there any documentation on integrating with the Shared credentials from a TaskType? I pieced together what I can, but I want to implement a UI with “Add new credentials” link the same way the AWS CodeDeploy task does, i.e. opening a modal to create a new credentials.

I also want to explore the possibility of creating our own credential type.

As a side note, I have been struggling to find good resource on bamboo plugin development. The documentation at Bamboo developer documentation seems incomplete and sometimes link to missing resources (404). If anyone knows of a better resource, please direct me to it.

Thanks!

3 Likes

Hi Alan,

I have been looking for same kind of integration in bamboo plugin, in which I can provide option to add new type of credentials, required for my plugin.
Did you able to find any way to do so.
Please share.