We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b034fc + 5af728a commit d8586eeCopy full SHA for d8586ee
1 file changed
lib/job.js
@@ -326,7 +326,13 @@ Job.prototype = {
326
phase: this.phase,
327
job: this.job,
328
branch: this.job.ref.branch,
329
- project: this.project
+ project: this.project,
330
+
331
+ runnerId: (
332
+ this.config.branchConfig
333
+ && this.config.branchConfig.runner
334
+ && this.config.branchConfig.runner.id || 'unkown'
335
+ )
336
};
337
338
return context;
0 commit comments