-
Bug
-
Resolution: Fixed
-
Minor
-
None
When the Tuesday weekly BOM was run on 2025-10-07, this plugin passed. However, when another weekly-test was run testing build-failure-analyzer on 2025-10-09, the following error occurs:
[ERROR] Tests run: 14, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 44.56 s <<< FAILURE! – in org.jenkinsci.plugins.workflow.libs.LibraryStepTest
[ERROR] org.jenkinsci.plugins.workflow.libs.LibraryStepTest.configRoundtrip – Time elapsed: 18.64 s <<< FAILURE!
org.junit.ComparisonFailure: expected:<...etriever: modernSCM([[$class: 'GitSCMSource', credentialsId: '', remote: 'https://nowhere.net/', traits: [gitBranchDiscovery()]]])> but was:<...etriever: modernSCM([gitSource(traits: [gitBranchDiscovery()], credentialsId: '', remote: 'https://nowhere.net/')])>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.jenkinsci.plugins.workflow.libs.LibraryStepTest.configRoundtrip(LibraryStepTest.java:82)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:658)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)