Basil Crow
Basil Crow
Thanks @KernelGhost, I have already removed the text, so what is left is just the icon.
@oskardotglobal Thank you very much!
Hi @bluesliverx, this plugin doesn't seem to be actively maintained. You can adopt it following the instructions here: https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/
Could likely be done with Renovate's [Maven Datasource](https://docs.renovatebot.com/modules/datasource/maven/) by using `packageRules` with `allowedVersions` set to a regex to filter non-LTS releases.
https://blog.nightly.mozilla.org/2024/04/19/firefox-nightly-now-available-for-linux-on-arm64/ has some promising news: > Our goal is to integrate ARM64 builds into Firefox’s extensive automated test suite, which will enable us to offer this architecture across the beta,...
Same feedback applies. Seems surprising to mount the whole drive when the user requested only a subdirectory to be mounted. What if the drive contained a secret that the user...
Sorry, I can't understand the above explanation. That might be because I don't know much about Windows Docker or this plugin. Might be best to wait for another reviewer or...
https://github.com/jenkinsci/acceptance-test-harness/pull/2057 gets the number of test failures down to about 30 or so. The remaining failures seem timing-related, stale/unclickable elements and the like. I won't have any time to work...
Since a bunch of fixes were recently committed by James, I re-ran this on Chrome to see the current status. We are now down to 26 Chrome failures, mostly cases...
Thank you very much!