fix(ci): update centralStorage name to central-storage in Jenkinsfiles

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-06 16:15:44 +08:00
parent fb1058bb7e
commit 85e01c6459
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ executeFreeleapsPipeline {
semanticReleaseEnabled: true
],
[
name: 'centralStorage',
name: 'central-storage',
root: 'apps/central_storage',
language: 'python',
dependenciesManager: 'pip',

View File

@ -32,7 +32,7 @@ executeFreeleapsPipeline {
semanticReleaseEnabled: true
],
[
name: 'centralStorage',
name: 'central-storage',
root: 'apps/central_storage',
language: 'python',
dependenciesManager: 'pip',