Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins v1.534, Google Chrome and Safari.
Description
I can't add Mercurial repository using Multiple SCMs. When I click "Mercurial" in the drop-down list "Add SCM", nothing happens and I can see in Chrome console the error message:
Uncaught TypeError: Cannot read property 'click' of undefined (element-min.js:7)
Adding Subversion and CVS repos works well, the problem only with mercurial.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Environment | Jenkins v1.534, Google Chrome and Safari. |
Component/s | mercurial [ 15502 ] | |
Labels | javascript |
Component/s | credentials [ 16523 ] | |
Component/s | mercurial [ 15502 ] | |
Component/s | multiple-scms [ 15810 ] | |
Assignee | Kevin Bell [ kbell ] | stephenconnolly [ stephenconnolly ] |
Summary | Uncaught TypeError: Cannot read property 'click' of undefined (when trying to add mercurial repo) | <c:select/> inside <f:hetero-list> throws Uncaught TypeError: Cannot read property 'click' of undefined (multiple-scms + mercurial) |
Assignee | stephenconnolly [ stephenconnolly ] | Jesse Glick [ jglick ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Jesse Glick [ jglick ] | stephenconnolly [ stephenconnolly ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 152456 ] | JNJira + In-Review [ 207172 ] |
I am experiencing the same behavior with a similar TypeError message in Firefox 25.0.1:
The Jenkins server is v1.541. I can add other repository types (svn, git, cvs) just fine, only Mercurial seems to be a problem.