diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 09:29:48 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 09:29:48 -0700 |
| commit | 2708fc955a46cacd93869903eaab4321bd274226 (patch) | |
| tree | cef2c2e540bec16520eca84e2c73624b7222bc79 /model/job/jobs.ts | |
| parent | 22694944ced5aa4ae61caee1adb4415bd285c6d6 (diff) | |
| download | ci-2708fc955a46cacd93869903eaab4321bd274226.tar.gz ci-2708fc955a46cacd93869903eaab4321bd274226.zip | |
Thread through commit hash
Diffstat (limited to 'model/job/jobs.ts')
| -rw-r--r-- | model/job/jobs.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model/job/jobs.ts b/model/job/jobs.ts index f283794..73259b2 100644 --- a/model/job/jobs.ts +++ b/model/job/jobs.ts @@ -30,6 +30,7 @@ export interface BuildDockerImageJobProps extends JobArgT { readonly context: string; readonly dockerfile: string; readonly buildTarget: string; + readonly commit: string; } export interface BuildDockerImageJob extends Job { |
