Files
coze-studio/common/config/rush-plugins/rush-bytedance-build-cache-plugin.json
zgene 6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
first commit
2026-05-14 13:29:56 +08:00

17 lines
581 B
JSON

{
"$schema": "https://json-schema.bytedance.net/rush-plugins/rush-build-cache-plugin-options.schema.json",
"key": "Wek6C-xcBtNNroagxV305NFAcmXOriQRps64",
"envList": [
// BUILD_TYPE in SCM should be offline, test, online [Witty]
"BUILD_TYPE",
// When building bot studio, it needs to be packaged according to the region environment
"REGION",
// Used to differentiate inhouse/release environments
"CUSTOM_VERSION",
"CI",
"CI_LIGHTING",
// Coze cli builds need to differentiate between inhouse/release environments
"PUBLIC_INHOUSE"
]
}