commit e160aae2ebc5bad3ff2bbc719564a43396133ee1 Author: CI Bot Date: Wed Jan 7 10:05:00 2026 +0000 ci: initialise build metadata branch 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" +}