diff options
Diffstat (limited to 'ops/gerrit-tvl/static/tvl.js')
-rw-r--r-- | ops/gerrit-tvl/static/tvl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/gerrit-tvl/static/tvl.js b/ops/gerrit-tvl/static/tvl.js index 899e01965e5a..7019624b59d4 100644 --- a/ops/gerrit-tvl/static/tvl.js +++ b/ops/gerrit-tvl/static/tvl.js @@ -113,6 +113,7 @@ const tvlChecksProvider = { for (let job of build.jobs) { // TODO(lukegb): add the ability to retry these const checkRun = { + patchset: parseInt(build.env.GERRIT_PATCHSET, 10), attempt: attempt, externalId: job.id, checkName: job.name, |