Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Comments

Supports Fortify SCA 16+#2

Open
tan9 wants to merge 6 commits intojenkinsci:masterfrom
tan9:fortify-16-support
Open

Supports Fortify SCA 16+#2
tan9 wants to merge 6 commits intojenkinsci:masterfrom
tan9:fortify-16-support

Conversation

@tan9
Copy link
Member

@tan9 tan9 commented Jun 24, 2016

This PR fixed following exception with SCA 16+:

14:04:05 Publishing Fortify 360 FPR Data
14:04:17 ERROR: Build step failed with exception
14:04:17 java.lang.NumberFormatException: For input string: "0_72)"
14:04:17    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
14:04:17    at java.lang.Integer.parseInt(Integer.java:580)
14:04:17    at java.lang.Integer.parseInt(Integer.java:615)
14:04:17    at org.jvnet.hudson.plugins.fortify360.VersionNumber.<init>(VersionNumber.java:22)
14:04:17    at org.jvnet.hudson.plugins.fortify360.RemoteService.isNewFPO(RemoteService.java:375)
14:04:17    at org.jvnet.hudson.plugins.fortify360.RemoteService.invoke(RemoteService.java:77)
14:04:17    at org.jvnet.hudson.plugins.fortify360.RemoteService.invoke(RemoteService.java:23)
14:04:17    at hudson.FilePath.act(FilePath.java:1018)
14:04:17    at hudson.FilePath.act(FilePath.java:996)
14:04:17    at org.jvnet.hudson.plugins.fortify360.FPRPublisher.perform(FPRPublisher.java:152)
14:04:17    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
14:04:17    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
14:04:17    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
14:04:17    at hudson.model.Build$BuildExecution.post2(Build.java:185)
14:04:17    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
14:04:17    at hudson.model.Run.execute(Run.java:1745)
14:04:17    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
14:04:17    at hudson.model.ResourceController.execute(ResourceController.java:98)
14:04:17    at hudson.model.Executor.run(Executor.java:410)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant