File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
specification/resources/apps/models Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ properties:
44 type : string
55 example : migrate-db
66 source_commit_hash :
7- title : The commit hash of the repository that was used to build this job
7+ title : The commit hash of the repository that was used to build this job if a Git source was used
88 type : string
99 example : 54d4a727f457231062439895000d45437c7bb405
10+ source_image_digest :
11+ title : The digest of the container image that was used for this job if an Image source was used
12+ type : string
13+ example : sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014type : object
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ properties:
44 type : string
55 example : web
66 source_commit_hash :
7- title : The commit hash of the repository that was used to build this service
7+ title : The commit hash of the repository that was used to build this service if a Git source was used
88 type : string
99 example : 54d4a727f457231062439895000d45437c7bb405
10+ source_image_digest :
11+ title : The digest of the container image that was used for this service if an Image source was used
12+ type : string
13+ example : sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014type : object
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ properties:
44 type : string
55 example : queue-runner
66 source_commit_hash :
7- title : The commit hash of the repository that was used to build this worker
7+ title : The commit hash of the repository that was used to build this worker if a Git source was used
88 type : string
99 example : 54d4a727f457231062439895000d45437c7bb405
10+ source_image_digest :
11+ title : The digest of the container image that was used for this worker if an Image source was used
12+ type : string
13+ example : sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014type : object
You can’t perform that action at this time.
0 commit comments