ci: initialise build metadata branch
This commit is contained in:
commit
e160aae2eb
2 changed files with 27 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -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.
|
||||
|
||||
<!-- pipeline-token: FHIDWCTF2026{no-man-s-land_0rph4n_br4nch_n0_p4r3nt} -->
|
||||
7
build-manifest.json
Normal file
7
build-manifest.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue