-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
matrix-auth-2.5
this happens with docker-plugin, see https://github.com/jenkinsci/docker-plugin/issues/546
AuthorizationMatrixNodeProperty is proposed by docker-plugin as an optional NodeProperty to slave template (like other available NodeProperties).
The [Add Cloud] button do render html server side and invoke scripts before the DOM elements are actually added to the document. As a result document.getElementById return null and later invocation fail with `{{ Cannot read property 'parentNode' of null}}`. As a result the Add button has no effect and UI is blocked.
- duplicates
-
JENKINS-47885 Add Pod Template Button (kubernetes-plugin) in system configuration not working after update matrix-auth plugin
-
- Resolved
-
[JENKINS-47697] JS error when AuthorizationMatrixNodeProperty used within a Cloud agent template
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Link |
New:
This issue duplicates |
Description |
Original:
this happens with docker-plugin (see [https://github.com/jenkinsci/docker-plugin/issues/546)] AuthorizationMatrixNodeProperty is proposed by docker-plugin as an optional NodeProperty to slave template (like other available NodeProperties). The [Add Cloud] button do render html server side and invoke scripts before the DOM elements are actually added to the document. As a result document.getElementById return null and later invocation fail with `{{ Cannot read property 'parentNode' of null}}`. As a result the Add button has no effect and UI is blocked. |
New:
this happens with docker-plugin, see [https://github.com/jenkinsci/docker-plugin/issues/546|https://github.com/jenkinsci/docker-plugin/issues/546] AuthorizationMatrixNodeProperty is proposed by docker-plugin as an optional NodeProperty to slave template (like other available NodeProperties). The [Add Cloud] button do render html server side and invoke scripts before the DOM elements are actually added to the document. As a result document.getElementById return null and later invocation fail with `\{\{ Cannot read property 'parentNode' of null}}`. As a result the Add button has no effect and UI is blocked. |
Assignee | Original: Nicolas De Loof [ ndeloof ] |
Released As | New: matrix-auth-2.5 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |