You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/regression-analysis/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ JSON body with parameters:
41
41
-**`name`** – arbitrary name to distinguish the build, e.g. `release-5.2.8`
42
42
-**`description`** – arbitrary build description
43
43
-**`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>`
0 commit comments