apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/deadpool.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: 3d03bbee6a441bef17febf6c21223782 creationTimestamp: "2026-05-20T13:41:23Z" generation: 106 labels: branch: main build: "33" context: release created-by-lighthouse: "true" event-GUID: 94fdb042-5451-11f1-9c41-b55880c1ab16 lighthouse.jenkins-x.io/baseSHA: ef3f291835145c7ea2e881b555f287c0e244c086 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1779284483063" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: pitaltrade-deadpool-main-release-w4qht lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: ef3f291835145c7ea2e881b555f287c0e244c086 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: deadpool lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: pitaltrade-deadpool-main-release-sqd8c-from-build-pack-pod provider: github repository: deadpool tekton.dev/pipeline: pitaltrade-deadpool-main-release-sqd8c managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.18 operation: Update time: "2026-05-20T14:05:50Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-05-20T23:51:50Z" name: greencapitaltrade-deadpool-main-33 namespace: jx resourceVersion: "36300858" uid: f89e5945-be86-4d7e-9278-1f5bea23f094 spec: baseSHA: ef3f291835145c7ea2e881b555f287c0e244c086 batchPipelineActivity: {} build: "33" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/deadpool/main/33.log completedTimestamp: "2026-05-20T13:46:34Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: deadpool gitUrl: https://github.com/greencapitaltrade/deadpool.git lastCommitMessage: | fix(iot-consumer): nest location under .location to match Flash AssetTelemetry schema deadpool#39 emitted GPS fields flat at the top level: {device_id, vehicle_id, latitude, longitude, speed, bearing, ...} Flash's AssetTelemetry interface (packages/app/features/asset/hooks/useAssetTelemetry.ts) expects them nested: { device_id, vehicle_id, location: { latitude, longitude, altitude?, speed?, heading? } } So screen.tsx's `liveTelemetry.location.latitude` was undefined on every tick, asset.location never updated, marker never moved — even with 0.47.3 consumer in prod and broadcasts firing. Today's whole "live ticks broken" rabbit hole was downstream of this schema mismatch. Introduce a TelemetryLocation struct and nest it inside TelemetryPayload. Also rename `bearing` → `heading` so the field name matches Flash too. Skip serializing the whole `location` field when there's no GPS fix (was an Option per-field before; cleaner JSON now). Tests assert the JSON contains `"location":{` AND `"latitude":12.97`. lastCommitSHA: 805020b0ef8c3853c26900f8f919f9e69562776f message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/deadpool/main releaseNotesURL: https://github.com/greencapitaltrade/deadpool/releases/tag/v0.47.5 startedTimestamp: "2026-05-20T13:41:23Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-05-20T14:06:35Z" name: from build pack startedTimestamp: "2026-05-20T13:58:30Z" status: Succeeded steps: - completedTimestamp: "2026-05-20T13:58:31Z" name: Git Clone startedTimestamp: "2026-05-20T13:58:30Z" status: Succeeded - completedTimestamp: "2026-05-20T13:58:35Z" name: Next Version startedTimestamp: "2026-05-20T13:58:33Z" status: Succeeded - completedTimestamp: "2026-05-20T13:58:38Z" name: Jx Variables startedTimestamp: "2026-05-20T13:58:36Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:27Z" name: Build Cargo Install startedTimestamp: "2026-05-20T13:58:39Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:30Z" name: Check Registry startedTimestamp: "2026-05-20T14:05:28Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:33Z" name: Build Server Image startedTimestamp: "2026-05-20T14:05:31Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:35Z" name: Build Consumer Image startedTimestamp: "2026-05-20T14:05:34Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:37Z" name: Build Mqtt Image startedTimestamp: "2026-05-20T14:05:36Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:50Z" name: Promote Changelog startedTimestamp: "2026-05-20T14:05:38Z" status: Succeeded - completedTimestamp: "2026-05-20T14:05:53Z" name: Promote Helm Release startedTimestamp: "2026-05-20T14:05:50Z" status: Succeeded - completedTimestamp: "2026-05-20T14:06:35Z" name: Promote Jx Promote startedTimestamp: "2026-05-20T14:05:54Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3927 startedTimestamp: "2026-05-20T14:06:14Z" status: Succeeded startedTimestamp: "2026-05-20T14:06:14Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3928 startedTimestamp: "2026-05-20T14:06:32Z" status: Succeeded startedTimestamp: "2026-05-20T14:06:32Z" status: Succeeded version: 0.47.5 status: {}