Basil Crow

Results 134 issues of Basil Crow

Upgrade Winstone from 6.1 to 6.2. The [changelog](https://github.com/jenkinsci/winstone/releases/tag/winstone-6.2) is here. Full diff in [the compare view](https://github.com/jenkinsci/winstone/compare/winstone-6.1...winstone-6.2) ### Proposed changelog entries * Upgrade Winstone from 6.1 to [6.2](https://github.com/jenkinsci/winstone/releases/tag/winstone-6.2). ### Proposed upgrade...

dependencies
java

Not for review. Setting up this branch to test the stability of CI runs with no changes.

work-in-progress

- Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) - Java version: 1.8.0_312, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre - Spotless 2.17.7 Observed in jenkinsci/jenkins#6104 when trying to add `greclipse` formatting to a Maven multi-module...

bug

Currently in Spotless, you can sort imports with `importOrder()` (implementation based on `ImportSorterImpl` from https://github.com/krasa/EclipseCodeFormatter), you can remove unused imports (with Google Java Format) with `removeUnusedImports()`, and you can format...

enhancement

### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? Ubuntu...

bug

### Before submitting a pull request, please make sure you read the instructions in the ["Contribution to the Plugin"](https://github.com/jenkinsci/gitlab-plugin/tree/master#contributing-to-the-plugin) section in the README. *(if you read the above instructions, remove...

test

See [JENKINS-65988](https://issues.jenkins.io/browse/JENKINS-65988). Jenkins core is using [Guava 11.0.1](https://github.com/google/guava/releases/tag/v11.0.1), which was released on January 9, 2012. Jenkins core would like to upgrade to [Guava 30.1.1](https://github.com/google/guava/releases/tag/v30.1.1), which was released on March 19,...

Downstream of #70. See [JENKINS-66326](https://issues.jenkins.io/browse/JENKINS-66326) and [JENKINS-65988](https://issues.jenkins.io/browse/JENKINS-65988). Jenkins core is using [Guava 11.0.1](https://github.com/google/guava/releases/tag/v11.0.1), which was released on January 9, 2012. Jenkins core would like to upgrade to [Guava 30.1.1](https://github.com/google/guava/releases/tag/v30.1.1), which...

See [JENKINS-65612](https://issues.jenkins.io/browse/JENKINS-65612). `SCMRetriever` and `SCMSourceRetriever` create a `@libs` workspace for retrieving the shared library before copying it into the build directory. While old build directories are eventually discarded based on...