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: f9f2a7f0a7d7a76a8aff3a3b6bf5f3d9 creationTimestamp: "2026-06-03T21:41:15Z" generation: 6 labels: branch: main build: "92" context: release created-by-lighthouse: "true" event-GUID: cd65b7c4-5f94-11f1-8571-7880620ad2f0 lighthouse.jenkins-x.io/baseSHA: f4c71a4a360575047773aae2f8965cf48708f508 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1780522874922" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: ncapitaltrade-flash-main-release-tk95g lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: f4c71a4a360575047773aae2f8965cf48708f508 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-gzggk-from-build-pack-pod provider: github repository: flash tekton.dev/pipeline: ncapitaltrade-flash-main-release-gzggk 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-06-03T21:45:31Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:completedTimestamp: {} f:status: {} manager: jx-promote-0.6.31 operation: Update time: "2026-06-03T21:46:06Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} 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: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-06-03T21:46:25Z" name: greencapitaltrade-flash-main-92 namespace: jx resourceVersion: "75289033" uid: 9e63fcd1-ade4-4aa6-81f5-c5473640b9b9 spec: baseSHA: f4c71a4a360575047773aae2f8965cf48708f508 batchPipelineActivity: {} build: "92" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/flash/main/92.log completedTimestamp: "2026-06-03T21:45:52Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: flash gitUrl: https://github.com/greencapitaltrade/flash.git lastCommitMessage: | fix(ws): drop the auto-connect token guard too Followup to flash#142. That PR dropped the in-connect token guard but missed the auto-connect useEffect: if (autoConnect && token) { connect(); } Since flash#142 also stopped passing a token from screen.tsx (the browser path uses the cookie on upgrade, not a JS-readable token), `token` is undefined → `autoConnect && token` is false → `connect()` is never called. Browser-side: 0 WS attempts, no telemetry frames, no marker movement. Verified on prod (0.11.10): browser session opened 0 WebSockets, pod logs show 0 'authenticated with WebSocket access' lines. Local fix: drop the `&& token` from the auto-connect gate; the cookie handles auth at the upgrade level just as in flash#142. Test: telemetry-cookie-auth.test.ts gets a 5th case pinning the auto-connect block contains `if (autoConnect)` only, never `if (autoConnect && token)`. 5/5 green. lastCommitSHA: cc21fae1670a8607c25c850b38fe3727ed11eb3c message: 'Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0' pipeline: greencapitaltrade/flash/main releaseNotesURL: https://github.com/greencapitaltrade/flash/releases/tag/v0.11.12 startedTimestamp: "2026-06-03T21:41:15Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-06-03T21:45:52Z" name: Release startedTimestamp: "2026-06-03T21:44:52Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/4132 startedTimestamp: "2026-06-03T21:45:52Z" status: Succeeded startedTimestamp: "2026-06-03T21:45:52Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-06-03T21:46:09Z" name: from build pack startedTimestamp: "2026-06-03T21:41:21Z" status: Succeeded steps: - completedTimestamp: "2026-06-03T21:41:28Z" name: Git Clone startedTimestamp: "2026-06-03T21:41:21Z" status: Succeeded - completedTimestamp: "2026-06-03T21:41:30Z" name: Next Version startedTimestamp: "2026-06-03T21:41:29Z" status: Succeeded - completedTimestamp: "2026-06-03T21:41:34Z" name: Jx Variables startedTimestamp: "2026-06-03T21:41:31Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:02Z" name: Build Yarn Install startedTimestamp: "2026-06-03T21:41:34Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:28Z" name: Next Build startedTimestamp: "2026-06-03T21:43:02Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:31Z" name: Check Registry startedTimestamp: "2026-06-03T21:43:28Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:22Z" name: Build Container Build startedTimestamp: "2026-06-03T21:43:31Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:31Z" name: Promote Changelog startedTimestamp: "2026-06-03T21:45:23Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:34Z" name: Promote Helm Release startedTimestamp: "2026-06-03T21:45:32Z" status: Succeeded - completedTimestamp: "2026-06-03T21:46:09Z" name: Promote Jx Promote startedTimestamp: "2026-06-03T21:45:35Z" status: Succeeded - kind: Stage stage: completedTimestamp: "2026-06-03T21:46:09Z" name: from build pack startedTimestamp: "2026-06-03T21:41:21Z" status: Succeeded steps: - completedTimestamp: "2026-06-03T21:41:28Z" name: Git Clone startedTimestamp: "2026-06-03T21:41:21Z" status: Succeeded - completedTimestamp: "2026-06-03T21:41:30Z" name: Next Version startedTimestamp: "2026-06-03T21:41:29Z" status: Succeeded - completedTimestamp: "2026-06-03T21:41:34Z" name: Jx Variables startedTimestamp: "2026-06-03T21:41:31Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:02Z" name: Build Yarn Install startedTimestamp: "2026-06-03T21:41:34Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:28Z" name: Next Build startedTimestamp: "2026-06-03T21:43:02Z" status: Succeeded - completedTimestamp: "2026-06-03T21:43:31Z" name: Check Registry startedTimestamp: "2026-06-03T21:43:28Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:22Z" name: Build Container Build startedTimestamp: "2026-06-03T21:43:31Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:31Z" name: Promote Changelog startedTimestamp: "2026-06-03T21:45:23Z" status: Succeeded - completedTimestamp: "2026-06-03T21:45:34Z" name: Promote Helm Release startedTimestamp: "2026-06-03T21:45:32Z" status: Succeeded - completedTimestamp: "2026-06-03T21:46:09Z" name: Promote Jx Promote startedTimestamp: "2026-06-03T21:45:35Z" status: Succeeded version: 0.11.12 status: {}