Zbynek Konecny

Results 142 comments of Zbynek Konecny

@BigBlueHat is there any maintainer still interested in this package?

This is in progress: https://github.com/jenkins-infra/plugin-site/pull/1556 https://github.com/jenkins-infra/jenkins-io-components/pull/110 https://github.com/jenkins-infra/gatsby-plugin-jenkins-layout/pull/24 With these pull requsests it should be possible to have dark mode for the plugin site. The next step would then be moving...

@akoolarni if you're still interested, the PR for the plugin site was merged, so now you can start working on this.

Note that the hamburger menu, searchbar and other components of the page are defined in another repository, yo can check https://github.com/jenkins-infra/jenkins-io-components/blob/main/src/jio-navbar.css > which I am guess maybe the android version...

As mentioned in https://stackoverflow.com/a/69237460 it's also possible to prefix the variable name to pass it to the test directly. With `TEST_RUNNER_SNAPSHOT_ARTIFACTS = mypath` I was able to store the artifacts...

The length of the description varies from a few words to a whole paragraph, if you truncate it, it may not be useful in some cases... Also IIRC the list...

There is ongoing discussion about this in https://github.com/jenkins-infra/jenkins.io/pull/6113

https://plugins.jenkins.io/monitoring might help you find out which plugin is causing this

@cuiliang that sounds like a [wrong revere proxy setting](https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-troubleshooting/), the `Jenkins URL` should match the real URL in browser.

Half of `gecko_dom` was [moved](https://github.com/google/closure-compiler/commit/492420082edbf2e46b4caa67a00af2c3c4e720b9) to `html5`, the other half is deprecated and/or Gecko-specific, so I think this can be closed (but an elemental2 release is needed).