Marcus Klein
Marcus Klein
Jenkins core still uses Guava 11: https://github.com/jenkinsci/jenkins/blob/d4690b20f9dc170f7657c6b36df2c0d48a217ebe/bom/pom.xml#L42 My integration test uses http-request-plugin 1.8.26. Looking at the dependencies of the Gradle plugin, Guava 18 is used: ``` $ gradle dependencies |...
I would like to use a second device on the SPI, which requires to let control of CS pin to spi-dev. Otherwise the code simply sets CS pin active while...
SPIFFS remains default and LittleFS needs to be explicitly selected with compiler flags. LittleFS can only be used if config mode is excluded.
I am using this image within a Kubernetes pod to control a slave as this is the default container for such Jenkins slaves. Checking out some Git repository using Git...
Change default of SQLite 3 database backend location according to the default in documentation.
closes #1230
With commit `59eec98e7e4c7f24dbc8aa247ef5347c90125de8` the `RegistryAuthLocator` constructors are made private. This breaks the possibility to subclass the `RegistryAuthLocator` with v9.1.0 release. Our Dockerfile pulls images from different registries and therefore we...