apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/flash.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: 0a92de384558201843d9fb378dcf722c creationTimestamp: "2026-05-19T13:52:55Z" generation: 7 labels: branch: main build: "41" context: release created-by-lighthouse: "true" event-GUID: 06c8d2ce-538a-11f1-971c-f5fc33339eb6 lighthouse.jenkins-x.io/baseSHA: 9705abc50f1ef1b192695ea483cfd986200700af lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1779198774858" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: ncapitaltrade-flash-main-release-6s9vg lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 9705abc50f1ef1b192695ea483cfd986200700af lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: flash lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: ncapitaltrade-flash-main-release-mx9mc-from-build-pack-pod provider: github repository: flash tekton.dev/pipeline: ncapitaltrade-flash-main-release-mx9mc 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-19T13:57:40Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:completedTimestamp: {} f:status: {} manager: jx-promote-0.6.31 operation: Update time: "2026-05-19T13:58:22Z" - 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:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-05-19T13:58:31Z" name: greencapitaltrade-flash-main-41 namespace: jx resourceVersion: "32284905" uid: 2e3155ea-9070-4a1e-afb6-d7196f61f320 spec: baseSHA: 9705abc50f1ef1b192695ea483cfd986200700af batchPipelineActivity: {} build: "41" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/flash/main/41.log completedTimestamp: "2026-05-19T13:58:04Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: flash gitUrl: https://github.com/greencapitaltrade/flash.git lastCommitMessage: | fix(ws): keep asset IDs as strings end-to-end so broadcasts actually fire Live map stayed dark on 0.6.27 even with Snappy + CJS fixes in place. Root cause: type mismatch on the broadcast filter. `getUserAccessibleVehicles` returns IDs as strings (GraphQL `ID!` is canonically serialized as a string), so `client.accessibleVehicles` is a `Set`. But the eachMessage handler reads `telemetry.vehicle_id` straight off the Kafka payload — Bifrost's JSON-RPC currently emits it as a number — and calls `client.accessibleVehicles.has()`. `Set.has()` silently returns false; every telemetry message was dropped. Keeping IDs as strings everywhere (GraphQL convention) and coercing the inbound Kafka payload at the boundary: - `getUserAccessibleVehicles` returns `string[]` (explicit String() cast, declared in the return type and inline JSON schema). - `ClientConnection.accessibleVehicles` is now `Set`. - `eachMessage` does `String(telemetry.vehicle_id)` before the Set lookup. lastCommitSHA: 9121be1e27aabfc7d0bc991f069974500767cde8 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/flash/main releaseNotesURL: https://github.com/greencapitaltrade/flash/releases/tag/v0.6.28 startedTimestamp: "2026-05-19T13:52:55Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-05-19T13:58:04Z" name: Release startedTimestamp: "2026-05-19T13:57:04Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3919 startedTimestamp: "2026-05-19T13:58:04Z" status: Succeeded startedTimestamp: "2026-05-19T13:58:04Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-05-19T13:58:26Z" name: from build pack startedTimestamp: "2026-05-19T13:53:05Z" status: Succeeded steps: - completedTimestamp: "2026-05-19T13:53:13Z" name: Git Clone startedTimestamp: "2026-05-19T13:53:05Z" status: Succeeded - completedTimestamp: "2026-05-19T13:53:15Z" name: Next Version startedTimestamp: "2026-05-19T13:53:13Z" status: Succeeded - completedTimestamp: "2026-05-19T13:53:18Z" name: Jx Variables startedTimestamp: "2026-05-19T13:53:15Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:02Z" name: Build Yarn Install startedTimestamp: "2026-05-19T13:53:19Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:32Z" name: Next Build startedTimestamp: "2026-05-19T13:55:02Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:35Z" name: Check Registry startedTimestamp: "2026-05-19T13:55:32Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:30Z" name: Build Container Build startedTimestamp: "2026-05-19T13:55:35Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:40Z" name: Promote Changelog startedTimestamp: "2026-05-19T13:57:31Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:43Z" name: Promote Helm Release startedTimestamp: "2026-05-19T13:57:40Z" status: Succeeded - completedTimestamp: "2026-05-19T13:58:26Z" name: Promote Jx Promote startedTimestamp: "2026-05-19T13:57:44Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-05-19T13:58:26Z" name: from build pack startedTimestamp: "2026-05-19T13:53:05Z" status: Succeeded steps: - completedTimestamp: "2026-05-19T13:53:13Z" name: Git Clone startedTimestamp: "2026-05-19T13:53:05Z" status: Succeeded - completedTimestamp: "2026-05-19T13:53:15Z" name: Next Version startedTimestamp: "2026-05-19T13:53:13Z" status: Succeeded - completedTimestamp: "2026-05-19T13:53:18Z" name: Jx Variables startedTimestamp: "2026-05-19T13:53:15Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:02Z" name: Build Yarn Install startedTimestamp: "2026-05-19T13:53:19Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:32Z" name: Next Build startedTimestamp: "2026-05-19T13:55:02Z" status: Succeeded - completedTimestamp: "2026-05-19T13:55:35Z" name: Check Registry startedTimestamp: "2026-05-19T13:55:32Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:30Z" name: Build Container Build startedTimestamp: "2026-05-19T13:55:35Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:40Z" name: Promote Changelog startedTimestamp: "2026-05-19T13:57:31Z" status: Succeeded - completedTimestamp: "2026-05-19T13:57:43Z" name: Promote Helm Release startedTimestamp: "2026-05-19T13:57:40Z" status: Succeeded - completedTimestamp: "2026-05-19T13:58:26Z" name: Promote Jx Promote startedTimestamp: "2026-05-19T13:57:44Z" status: Succeeded version: 0.6.28 status: {}