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
|`continuousIntegrationEnvironment`|*string*|:heavy_minus_sign:| Name of the CI environment. |
9
10
|`createdAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp when the event was created in the database. |
10
11
|`durationMs`|*number*|:heavy_minus_sign:| Duration of the event in milliseconds. |
11
12
|`executionId`|*string*|:heavy_check_mark:| Unique identifier for each execution of the CLI. |
|`generateTargetName`|*string*|:heavy_minus_sign:| The name of the target as defined by the user. |
@@ -26,5 +29,4 @@
26
29
|`lastEventCreatedAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| Timestamp when the event was created in the database. |
27
30
|`lastEventId`|*string*|:heavy_check_mark:| Unique identifier of the last event for the target |
28
31
|`repoLabel`|*string*|:heavy_minus_sign:| Label of the git repository. |
29
-
|`success`|*boolean*|:heavy_minus_sign:| Indicates whether the event was successful. |
30
-
|`totalEvents`|*number*|:heavy_check_mark:| Total number of events for the target |
32
+
|`success`|*boolean*|:heavy_minus_sign:| Indicates whether the event was successful. |
0 commit comments