Skip to content

Commit 5c9f40f

Browse files
authored
Merge pull request #50 from product-science/tre-923-build-upload-api-docs
TRE-923: Added timestamp format description
2 parents 4b5131b + 59b2a33 commit 5c9f40f

File tree

1 file changed

+1
-1
lines changed
  • docs/regression-analysis

1 file changed

+1
-1
lines changed

docs/regression-analysis/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ JSON body with parameters:
4141
- **`name`** – arbitrary name to distinguish the build, e.g. `release-5.2.8`
4242
- **`description`** – arbitrary build description
4343
- **`sourceControlId`** – VCS commit, e.g. git commit hash
44-
- **`sourceControlIsoTimestamp`** – VCS commit timestamp in ISO 8601 format
44+
- **`sourceControlIsoTimestamp`** – VCS commit timestamp in ISO 8601 format. To retrieve the timestamp in Git, you can use the following shell command: `git show -s --format='%cI' <commit-hash>`
4545

4646
Example:
4747

0 commit comments

Comments
 (0)