jenkinsci / opentelemetry-plugin

Monitor and observe Jenkins with OpenTelemetry.
https://plugins.jenkins.io/opentelemetry/
Apache License 2.0
93 stars 47 forks source link

chore: bump Jenkins Core to 2.401.3 #779

Closed kuisathaverat closed 6 months ago

kuisathaverat commented 6 months ago

chore: bump Jenkins Core to 2.401.3

kuisathaverat commented 6 months ago

Verify this issue is fixed https://github.com/jenkinsci/opentelemetry-plugin/issues/775

kuisathaverat commented 6 months ago
java.lang.AssertionError: 

Expected: is "jenkins-core"
     but: was "ant"
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
    at io.jenkins.plugins.opentelemetry.BaseIntegrationTest.assertBuildStepMetadata(BaseIntegrationTest.java:237)
    at io.jenkins.plugins.opentelemetry.JenkinsOtelPluginFreestyleIntegrationTest.testFreestyleJob_with_ant_plugin(JenkinsOtelPluginFreestyleIntegrationTest.java:204)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:655)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.lang.Thread.run(Thread.java:829)
cyrille-leclerc commented 6 months ago

@kuisathaverat I fixed the build with:

kuisathaverat commented 6 months ago

superseded by https://github.com/jenkinsci/opentelemetry-plugin/pull/781