1
0
mirror of git://f0xx.org/ac/ac-be-builder synced 2026-07-29 02:58:34 +03:00

feat(builder): shared nav shell, fail notify, sanitizer wiring

Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-07-12 13:53:37 +02:00
parent 608f4fdb2e
commit 4200ae8f12
12 changed files with 439 additions and 32 deletions

View File

@@ -15,6 +15,7 @@ if ($pipelineYaml === '') {
}
$stepLabels = [
'git' => 'Git checkout / shallow clone',
'docker-setup' => 'Builder host (Docker daemon)',
'docker-build' => 'Docker image build',
'docker-run' => 'Gradle pipeline (docker run)',
];