From e160aae2ebc5bad3ff2bbc719564a43396133ee1 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 7 Jan 2026 10:05:00 +0000 Subject: [PATCH] ci: initialise build metadata branch --- README.md | 20 ++++++++++++++++++++ build-manifest.json | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 README.md create mode 100644 build-manifest.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..abadd57 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# CI Build Metadata + +This branch is managed automatically by the CI pipeline. +Do not commit to this branch manually. + +## Build manifest + +``` +pipeline: nexus/frontend +runner: nexus-runner-03.ci.nexus.local +created: 2026-01-07T10:05:00Z +created_by: ci-bot +``` + +## Pipeline bootstrap token + +Used by the runner to authenticate against the artifact registry. +Rotated automatically every 90 days. + + diff --git a/build-manifest.json b/build-manifest.json new file mode 100644 index 0000000..ffb4baf --- /dev/null +++ b/build-manifest.json @@ -0,0 +1,7 @@ +{ + "pipeline": "nexus/frontend", + "runner": "nexus-runner-03", + "node_version": "20.12.2", + "created": "2026-01-07T10:05:00Z", + "artifact_registry": "registry.nexus.local" +}