You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 20.04
Reproduction steps
In manage/cloud -> new cloud, try to add a new cloud and credentials dropdown does not appear.
Expected Results
See credentials stored
Actual Results
Credentials not seen.
Anything else?
No response
Are you interested in contributing a fix?
I think the url in select that fills the dropdown is
/manage/descriptorByName/com.nirima.jenkins.plugins.docker.DockerTemplateBase/fillCredentialsIdItems
but it should be this one
/manage/descriptorByName/com.nirima.jenkins.plugins.docker.DockerTemplateBase/fillPullCredentialsIdItems
The text was updated successfully, but these errors were encountered:
I'm not able to duplicate the failure with your defined set of plugins on Jenkins 2.440.1.
I created a docker cloud and created an X.509 certificate in the Jenkins credentials store with global scope and was able to see that certificate in the dropdown list. I clicked the "Add" button, added a new X.509 certificate credential, and it was immediately available in the pick list.
When I added a PKCS#12 certificate as a credential, it was not visible from the pick list. I think that means that the plugin accepts X.509 certificates as credentials but does not accept PKCS#12 certificates as credentials
When I added a username / password credential, it was not visible from the pick list. I think that means the plugin does not accept username / password credentials.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 20.04
Reproduction steps
In manage/cloud -> new cloud, try to add a new cloud and credentials dropdown does not appear.
Expected Results
See credentials stored
Actual Results
Credentials not seen.
Anything else?
No response
Are you interested in contributing a fix?
I think the url in select that fills the dropdown is
/manage/descriptorByName/com.nirima.jenkins.plugins.docker.DockerTemplateBase/fillCredentialsIdItems
but it should be this one
/manage/descriptorByName/com.nirima.jenkins.plugins.docker.DockerTemplateBase/fillPullCredentialsIdItems
The text was updated successfully, but these errors were encountered: