"Cloud" button on global configuration doesn't work
See original GitHub issueinitially reported on https://github.com/jenkinsci/docker-plugin/issues/525 by @pteichner
JS stacktrace on browser:
Stack Trace
hudson-behavior.js:2952 Uncaught TypeError: Cannot read property 'parentNode' of null
at eval (eval at geval (hudson-behavior.js:391), <anonymous>:5:28)
at eval (eval at geval (hudson-behavior.js:391), <anonymous>:37:9)
at eval (<anonymous>)
at geval (hudson-behavior.js:391)
at hudson-behavior.js:598
at next (hudson-behavior.js:616)
at hudson-behavior.js:599
at next (hudson-behavior.js:616)
at hudson-behavior.js:599
at next (hudson-behavior.js:616)
In the following code – looks like document.getElementById('id4331'); returns null
(function() {
var master = document.getElementById('id4331');
var table = master.parentNode;
table.removeChild(master);
makeButton($('id4331button'), function (e) {
var name = $('id4331text').value;
if(name=="") {
alert("Please enter a user name or a group name");
return;
}
...
this comes from matrix-auth-plugin
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Troubleshoot Windows 365 Business Cloud PC setup issues
On the Windows 365 home page, select the gear icon for any Cloud PC that has the “Setup failed” status, then select Reset....
Read more >Troubleshoot Cloud Run issues
See Configuring containers for instructions on how to specify the port. ... This issue might occur when the Cloud Run service agent does...
Read more >Global App Configuration Service - Citrix Developer Portal
To use the Global App Configuration Service REST APIs, Citrix Cloud customers must ... Open a browser and enter the AutoDiscovery service URL...
Read more >Enabling cloud recording - Zoom Support
Enabling cloud recording allows hosts to record their event in the Zoom cloud. By default, this setting is automatically enabled for all...
Read more >Known Issues for Oracle Integration - Cloud
Configure a Global Fault to Prevent the Sending of Messages to the Error Hospital · Oracle Integration Message Delivery Does Not Work in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

1.0.4 just released (update center will be synched within ~ 24 hours)
it looks like there’s some confusion as the docker plugin web UI do use twice the
<f:advanced>jelly tag.