Did you enable the "Archive the artifacts" option, as mentioned on the
wiki page?
https://wiki.jenkins-ci.org/display/JENKINS/Summary+Display+Plugin
It seems unfortunate that the plugin can't handle it gracefully if you
haven't, but that seems to be what's causing this.
Chris
On 10/19/2012 01:31 AM, Kamal Ahmed wrote:
Getting Exception:
*19:17:31* TAP Reports Processing: START
*19:17:31* Looking for TAP results report in workspace using pattern:
**/perlcritic_tap.results
*19:17:33* Saving reports...
*19:17:33* Found matching files but did not find any TAP results.
*19:17:34* ERROR: Publisher hudson.plugins.summary_report.ACIPluginPublisher
aborted due to exception
*19:17:34* /var/lib/jenkins/jobs/PERLAPP/builds/2012-10-18_19-15-58/archive
does not exist.
*19:17:34* at
org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
*19:17:34* at
hudson.plugins.summary_report.ACIPluginPublisher.perform(ACIPluginPublisher.java:122)
*19:17:34* at
hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
*19:17:34* at
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710)
*19:17:34* at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:685)
*19:17:34* at hudson.model.Build$RunnerImpl.post2(Build.java:162)
*19:17:34* at
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:632)
*19:17:34* at hudson.model.Run.run(Run.java:1463)
*19:17:34* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
*19:17:34* at
hudson.model.ResourceController.execute(ResourceController.java:88)
*19:17:34* at hudson.model.Executor.run(Executor.java:239)
*19:17:34* Finished: FAILURE
Not sure where is this coming from, anyone having clue ?