jenkinsci / checks-api-plugin

Jenkins plugin that defines an API for Jenkins to publish checks to SCM platforms.
https://plugins.jenkins.io/checks-api/
MIT License
41 stars 28 forks source link

Replace old GitHub action with updated one. #247

Closed uhafner closed 4 months ago

uhafner commented 4 months ago

The old one still used unsupported Java 11 JDK.

timja commented 4 months ago

BuildStatusChecksPublisherITest.shouldPublishStageDetails:185

fails on windows on Java 21

uhafner commented 4 months ago

@timja Do you have an idea why the output is p1s2 without a time on Windows 21? I even did not found the code that produces this part.

Optional[  * Simple Stage *(15 ms)*
  * In parallel *(0.15 sec)*
    * p1 *(15 ms)*
      * p1s1 *(32 ms)*
        **Unstable**: *something went wrong*
      * p1s2
    * p2 *(15 ms)*
  * Fails *(31 ms)*
    **Error**: *a fatal error occurs*
timja commented 4 months ago

not sure =/