Basil Crow

Results 213 issues of Basil Crow

Update this plugin's build/test toolchain and third-party dependencies to the latest versions. ### Testing done CI build ### Submitter checklist - [ ] Make sure you are opening from a...

internal

work-in-progress

The `curl` commands in the `Dockerfile` that download `geckodriver` and Maven download these tools without verifying their checksums as in https://github.com/jenkinsci/docker/pull/1868, meaning that a truncated download or corrupted file could...

bug

While trying to upgrade `workflow-job` to the 5.0 release in https://github.com/jenkinsci/workflow-job-plugin/pull/471, I am getting this bizarre Enforcer error: ``` Require upper bound dependencies error for org.ow2.asm:asm:9.5 paths to dependency are:...

bug

Update this plugin to the latest build toolchain for February 2025. Includes the following community-wide migrations: - Java 17/21 in `Jenkinsfile` - Jakarta EE 8 to Jakarta EE 9 -...

internal

Test https://github.com/jenkinsci/plugin-compat-tester/pull/769 in `jenkinsci/bom` in advance of its eventual adoption in CloudBees CI. ### Testing done This is it

work-in-progress
full-test

This is almost trivial, but the following test failure remains: ``` [ERROR] com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsWorkflowTest.basics -- Time elapsed: 8.022 s

enhancement

Since #3900 I have observed `hudson.plugins.ec2.EC2RetentionStrategyTest.testRetentionDespiteIdleWithMinimumInstanceActiveTimeRange` failing multiple times in CI (but not locally) with ``` java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at hudson.plugins.ec2.EC2RetentionStrategyTest.testRetentionDespiteIdleWithMinimumInstanceActiveTimeRange(EC2RetentionStrategyTest.java:612)...

tests

Updates the test harness for older BOM lines. Should not affect CloudBees CI, as that is not (yet) using `JenkinsTestHarnessHook2`. The older `JenkinsTestHarnessHook` still used by CloudBees CI is unaffected....

work-in-progress
enhancement