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 #756

Closed kuisathaverat closed 6 months ago

kuisathaverat commented 7 months ago

We support the two latest Jenkins Core so it is time to bump the version up.

kuisathaverat commented 6 months ago

Since this PR there is a test that fails

io.jenkins.plugins.opentelemetry.JenkinsOtelPluginFreestyleIntegrationTest.testFreestyleJob_with_ant_plugin

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)