(→Include Issue Data in E-Mails)
|
(→AHPSCRIPTS-23)
|
Line 35: | |||
- | String REPORT_NAME = "Fitnesse Reports"; // change to the name of your | + | String REPORT_NAME = "Fitnesse Reports"; // change to the name of your reports |
- | reports | ||
WorkflowCase workflow = (WorkflowCase) context.get("workflow"); | WorkflowCase workflow = (WorkflowCase) context.get("workflow"); | ||
Line 45: | |||
VarService vs = VarService.getInstance(); | VarService vs = VarService.getInstance(); | ||
- | String reportsPath = PublishPathHelper.getInstance().getPublishPath(jobTrace, | + | String reportsPath = PublishPathHelper.getInstance().getPublishPath(jobTrace,REPORT_NAME); |
- | REPORT_NAME); | ||
File reportDir = new File(vs.resolve(reportsPath)); | File reportDir = new File(vs.resolve(reportsPath)); | ||