-
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
-
In terms of matrix-auth, this duplicates
JENKINS-47885. Due to docker-plugin not having the same sort of bug in its isApplicable call it's not as trivial to work around on the matrix-auth side.ndeloof Could you clarify whether this is supposed to be assigned to you?