jenkinsci / jenkinsci/credentials-plugin
[JENKINS-52291] Plug-ins should define their credential type. This type should be pre-selected.
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
When adding credentials to any of the plug-ins, the Credential Type dropdown box has some random, nonsense credential type pre-selected.
So you always have to look-up the correct credential type for each of the plug-ins every time before being able to accomplish your task. This is a true, repeating niusance.
Hence, I propose that ...
- plug-ins define their preferred credential type, and
- Jenkins is going to pre-select this type, read from the corresponding plug-in's properties, in the Credential Type dropdown box when adding a new credential to the plug-in.
This will dramatically ease setting up credentials in Jenkins.
---
Originally reported by settrend, imported from: Plug-ins should define their credential type. This type should be pre-selected.
Raw content of original issue
When adding credentials to any of the plug-ins, the Credential Type dropdown box has some random, nonsense credential type pre-selected.
So you always have to look-up the correct credential type for each of the plug-ins every time before being able to accomplish your task. This is a true, repeating niusance.
Hence, I propose that ...
- plug-ins define their preferred credential type, and
- Jenkins is going to pre-select this type, read from the corresponding plug-in's properties, in the Credential Type dropdown box when adding a new credential to the plug-in.
This will dramatically ease setting up credentials in Jenkins.
Contributor guide
Assessment
This issue has not been assessed yet.