-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins v1.658 and v2.8
Linux master
Coverity 1.7.1
The Coverity plugin does not function in a job-dsl-plugin project. It also causes the job-dsl-plugin API viewer to fail to load. I need this capability to support current work.
The failure to load job-dsl-plugin API viewer is caused by the JavaWarFile.java source.
If I "fix" the JavaWarFile.java class so that it no longer breaks the job-dsl-plugin API viewer, I am still unable to utilize the job-dsl-plugin to generate a job, because it doesn't handle the @DataBoundConstructor behavior in InvocationAssistance.java. It appears that this is due to the JSONObject constructor parameter.