-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.46.2 / Bitbucket Branch Source Plugin 2.1.2 /
Credentials Binding Plugin 1.11
It similar to JENKINS-38048
Adding a "Legacy SCM" hg repository.
The credentials ID drop down does not populate from existing items, nor do new items get added if I add them while editing the configuration.
Console messages
Uncaught TypeError: Cannot read property 'firstChild' of undefined
at registerValidator
Uncaught TypeError: Cannot read property 'value' of undefined
at hasChanged (select.js:64)
at onSuccess (select.js:94)
at config.onSuccess (select.js:38)
at klass.respondToReadyState (prototype.js:1657)
at klass.onStateChange (prototype.js:1600)
at XMLHttpRequest.<anonymous> (prototype.js:414)
[JENKINS-44291] Credentials dropdown empty for Bitbucket Branch Source Plugin with Legacy SCM when configuring external libraries at the global level
Description |
Original:
It seems to Adding a "Legacy SCM" hg repository. The credentials ID drop down does not populate from existing items, nor do new items get added if I add them while editing the configuration. h4. Console messages {code:java} Uncaught TypeError: Cannot read property 'firstChild' of undefined at registerValidator {code} {code:java} Uncaught TypeError: Cannot read property 'value' of undefined at hasChanged (select.js:64) at onSuccess (select.js:94) at config.onSuccess (select.js:38) at klass.respondToReadyState (prototype.js:1657) at klass.onStateChange (prototype.js:1600) at XMLHttpRequest.<anonymous> (prototype.js:414) {code} |
New:
It similar to - Adding a "Legacy SCM" hg repository. The credentials ID drop down does not populate from existing items, nor do new items get added if I add them while editing the configuration. h4. Console messages {code:java} Uncaught TypeError: Cannot read property 'firstChild' of undefined at registerValidator {code} {code:java} Uncaught TypeError: Cannot read property 'value' of undefined at hasChanged (select.js:64) at onSuccess (select.js:94) at config.onSuccess (select.js:38) at klass.respondToReadyState (prototype.js:1657) at klass.onStateChange (prototype.js:1600) at XMLHttpRequest.<anonymous> (prototype.js:414) {code} |
Component/s | New: mercurial-plugin [ 15502 ] | |
Component/s | Original: bitbucket-branch-source-plugin [ 21428 ] | |
Component/s | Original: credentials-plugin [ 16523 ] |
Assignee | Original: Antonio Muñiz [ amuniz ] |
I am having the same issue with any credentials with my Jenkins environment. When in Manage Jenkins -> Configure System - > Github
I have added credentials and the drop down always says none
I have verified the credentials I added exist, but they don't show in the drop down.