Basil Crow

Results 135 issues of Basil Crow

See [JENKINS-73247](https://issues.jenkins.io/browse/JENKINS-73247). This PR is on hold until [JENKINS-73278](https://issues.jenkins.io/browse/JENKINS-73278) is merged and released.

dependencies
developer
tests

### What feature do you want to see added? In https://github.com/jenkinsci/winp I would like to have a Matrix build where one configuration uses `native.configuration=Release` and another uses `native.configuration=Debug`. Right now...

enhancement
good-first-issue

Starting with https://github.com/jenkinsci/jenkins/pull/9111 by @janfaracik in 2.453, `CreateItemTest#duplicate_item_name_displays_error` fails with ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at core.CreateItemTest.duplicate_item_name_displays_error(CreateItemTest.java:47) ``` This regression is tracked in core as [JENKINS-73034](https://issues.jenkins.io/browse/JENKINS-73034). This...

tests

See [JENKINS-73344](https://issues.jenkins.io/browse/JENKINS-73344). This PR is on hold until [JENKINS-73278](https://issues.jenkins.io/browse/JENKINS-73278) is merged and released.

dependencies
tests

See [JENKINS-73135](https://issues.jenkins.io/browse/JENKINS-73135). This PR is on hold until [JENKINS-73130](https://issues.jenkins.io/browse/JENKINS-73130) is merged and released.

dependencies
developer
tests

As of 2.463, weekly releases will require Java 17 or newer; as a result, the Java 11 images should be retired on the weekly release line. Java 11 images should...

On Linux, the open/save dialog is not modal, as I can click into the application behind it and make it disappear into the background. ### Steps to Reproduce Steps to...

### Describe your use-case which is not covered by existing documentation. This repository has hundreds of references to a Jenkins “instance,” a particularly irritating term that has neither a clear...

documentation

I am migrating from Commons Compress to Ant for tar/untar functionality, since new releases of Commons Compress pull in unwanted dependencies, while new releases of Ant are self-contained. But while...

PCT caught a regression in the latest release, but only on the 2.426.x line: ``` java.lang.NoSuchMethodError: 'long org.apache.commons.io.IOUtils.skip(java.io.InputStream, long, java.util.function.Supplier)' at org.apache.commons.compress.utils.IOUtils.skip(IOUtils.java:282) at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextTarEntry(TarArchiveInputStream.java:409) at hudson.FilePath.readFromTar(FilePath.java:3081) at hudson.FilePath.copyRecursiveTo(FilePath.java:2866) at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:73)...

bug