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
mvn -DdryRun=true release:prepare gives the following Findbugs error, which we need to fix prior to release: