aboutsummaryrefslogtreecommitdiff
path: root/model/job
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-23 09:29:48 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-23 09:29:48 -0700
commit2708fc955a46cacd93869903eaab4321bd274226 (patch)
treecef2c2e540bec16520eca84e2c73624b7222bc79 /model/job
parent22694944ced5aa4ae61caee1adb4415bd285c6d6 (diff)
downloadci-2708fc955a46cacd93869903eaab4321bd274226.tar.gz
ci-2708fc955a46cacd93869903eaab4321bd274226.zip
Thread through commit hash
Diffstat (limited to 'model/job')
-rw-r--r--model/job/jobs.ts1
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 {