Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Fix findbugs errors prior to release #108

Closed MadsNielsen closed 6 years ago

MadsNielsen commented 6 years ago

mvn -DdryRun=true release:prepare gives the following Findbugs error, which we need to fix prior to release:

Possible null pointer dereference in org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.perform(AbstractBuild, Launcher, BuildListener) due to return value of called method [org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout, org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout] Method invoked at PretestedIntegrationPostCheckout.java:[line 67]Known null at PretestedIntegrationPostCheckout.java:[line 65] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE