Sarah Deitke
Sarah Deitke
Hey @timja do you know when the checks-api-plugin update will be reflected in Jenkins Installer? Do we need a version update of this plugin to use that one?
Hi @timja I want to make another PR to the checks-api-plugin, this one did not quite capture what I needed. I'm running into a bunch of issues trying to run...
Confirmed maven and Java version. Running `mvn clean verify` on master gives me this error for all the tests on BuildStatusChecksPublisherITest ``` [INFO] Running io.jenkins.plugins.checks.status.BuildStatusChecksPublisherITest [ERROR] Tests run: 6, Failures:...
Details ``` sarah.deitke@sarah checks-api-plugin % git checkout master Already on 'master' Your branch is up to date with 'upstream/master'. sarah.deitke@sarah checks-api-plugin % sarah.deitke@sarah checks-api-plugin % git pull Already up to...
I see, adjusting maven to point to java 17 solved the issue, thank you for your help!