Skip to content

Commit

Permalink
DOP-4401 testing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 29, 2024
1 parent dc41003 commit 91b8ba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export abstract class JobHandler {
}
this._logger.save(this.currJob._id, `Testing7 Commit Hash: ${this.currJob?.payload?.newHead}`);
this._logger.save(this.currJob._id, 'MUT PREFIX9: ' + mutPrefix.split('/')[0]) + mutPrefix.split('/')[1];
this.currJob.payload.mutPrefix = mutPrefix + 'customprefix';
this._logger.save(this.currJob._id, 'CurrJob6 mutprefix' + this.currJob.mutPrefix);
this.currJob.payload.mutPrefix = mutPrefix;
}
}

Expand Down Expand Up @@ -526,6 +526,8 @@ export abstract class JobHandler {
process.env.BUCKET = bucket;
process.env.URL = url;
process.env.REGRESSION = regression;
this._logger.save(this._currJob._id, 'BUCKET1' + bucket);
this._logger.save(this._currJob._id, 'URL1' + url);
}

@throwIfJobInterupted()
Expand Down

0 comments on commit 91b8ba4

Please sign in to comment.