diff --git a/src/job/productionJobHandler.ts b/src/job/productionJobHandler.ts index bb5616076..f40cbfa61 100644 --- a/src/job/productionJobHandler.ts +++ b/src/job/productionJobHandler.ts @@ -147,7 +147,7 @@ export class ProductionJobHandler extends JobHandler { if (this.currJob.payload.action == 'automatedTest') { const titleArray = this.currJob.title.split(' '); const commitHash = titleArray[titleArray.length - 5]; - return `${prefix}/${commitHash}`; + return `${prefix}/smokeTests/${commitHash}`; } return prefix; }