chore: unify production pipelines on linux

This commit is contained in:
2026-06-01 06:05:19 +00:00
parent 42a9f3cce1
commit 6cd554473b
7 changed files with 171 additions and 476 deletions

View File

@@ -1,5 +1,7 @@
pipeline {
agent none
agent {
label 'linux && genarrative-build'
}
options {
disableConcurrentBuilds()