Hi,
I am developing a Jenkins plugin and I am stuck with the below issue.
Uncaught TypeError: Cannot read property 'firstChild' of undefined
at updateListBox (select.js:8)
at select.js:79
at h (hudson-behavior.js:1295)
at refillOnChange (hudson-behavior.js:1310)
at select.js:77
at Array.forEach (<anonymous>)
at behavior.js:111
at Array.forEach (<anonymous>)
at behavior.js:107
at Array.forEach (<anonymous>)
This works fine in jenkins version : 2.7.3 But, I get the above error when I load the plugin in any higher version of jenkins.
The plugin is generated using maven version : 3.* and jdk version : 1.8
Please help us to resolve this issue.
Thank You
- relates to
-
JENKINS-52073 Unable to select supported WebDriver browsers
-
- Open
-
[JENKINS-53182] Uncaught TypeError: Cannot read property 'firstChild' of undefined
Environment | Original: Development Environment |
New:
windows, java 8 |
Component/s | New: hudson-pview [ 16079 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Please provide a Jenkins version for which you see the exception. I need to know the version to map the line numbers to the code