-
Story
-
Resolution: Done
-
Minor
-
None
The current Veracode Jenkins plugin code-base uses a Jenkinsfile with custom pipeline script which was placed in order to cater JaCoCo code coverage. Also, findbugs method which was used in the Jenkinsfile has reached end of life and is not supported anymore. With the new changes in pipeline-library, the buildPlugin method supports both JaCoCo and warnings-ng. Now the buildPlugin can be used instead of a customer pipeline script in Jenkinsfile.
Following are the PRs in pipeline-library which has the changes for warnings-ng and JaCoCo.
https://github.com/jenkins-infra/pipeline-library/pull/121
https://github.com/jenkins-infra/pipeline-library/pull/153
cc: dennisgu