Commit Graph

272 Commits

Author SHA1 Message Date
孙振宇
4666298ebe refactor(pipeline): replace pipelineCall with executePipeline and streamline configuration handling
Signed-off-by: 孙振宇 <>
2025-01-22 15:52:03 +08:00
孙振宇
2d2cf27318 refactor(DependenciesResolver, EnvironmentVars, SourceFetcher, pipelineCall): standardize configuration property names to camelCase
Signed-off-by: 孙振宇 <>
2025-01-22 15:42:56 +08:00
孙振宇
62fdc4c17a refactor(pipelineCall): simplify configuration handling and improve readability
Signed-off-by: 孙振宇 <>
2025-01-22 15:35:03 +08:00
孙振宇
b9caf1d04e feat(SourceFetcher): log configurations in fetch method for debugging
Signed-off-by: 孙振宇 <>
2025-01-22 15:26:07 +08:00
孙振宇
77bb34e425 fix(Jenkinsfile): update SERVICE_GIT_REPO with correct repository URL
Signed-off-by: 孙振宇 <>
2025-01-22 15:25:01 +08:00
孙振宇
fba93aac48 feat(pipeline): switch from Docker to Kubernetes for dependencies resolving stage
Signed-off-by: 孙振宇 <>
2025-01-21 17:40:42 +08:00
孙振宇
93325d5405 feat(DependenciesResolver): add import for DependenciesManager enum
Signed-off-by: 孙振宇 <>
2025-01-21 17:38:01 +08:00
孙振宇
c83759c61c fix(DependenciesResolver): add missing closing brace for class definition
Signed-off-by: 孙振宇 <>
2025-01-21 17:36:32 +08:00
孙振宇
4d4e2da565 refactor(DependenciesResolver): add return type definitions for caching methods
Signed-off-by: 孙振宇 <>
2025-01-21 17:02:41 +08:00
孙振宇
52d7f78fa6 feat(pipeline): implement environment variable injection and dependencies resolution
Signed-off-by: 孙振宇 <>
2025-01-21 17:01:31 +08:00
孙振宇
f88662b1e3 refactor(EnvironmentVars): streamline variable injection by removing redundant assignments
Signed-off-by: 孙振宇 <>
2025-01-20 10:51:32 +08:00
孙振宇
072ff4960a refactor(EnvironmentVars): log SERVICE_NAME during variable injection for debugging
Signed-off-by: 孙振宇 <>
2025-01-20 10:48:52 +08:00
孙振宇
dee6917fe5 feat(pipelineCall): inject environment variables from configurations
Signed-off-by: 孙振宇 <>
2025-01-20 10:37:59 +08:00
孙振宇
1d374fb5da refactor(ServiceLanguage): use enum reference in parse method for clarity
Signed-off-by: 孙振宇 <>
2025-01-20 10:21:06 +08:00
孙振宇
82adc49e86 refactor(ServiceLanguage): change parse method to static for improved accessibility
Signed-off-by: 孙振宇 <>
2025-01-20 10:20:13 +08:00
孙振宇
d5127b342b refactor(pipelineCall): remove unnecessary timestamps block for clarity
Signed-off-by: 孙振宇 <>
2025-01-20 10:13:10 +08:00
孙振宇
1b969d81a7 refactor(pipelineCall): replace 'scripts' block with 'script' for consistency
Signed-off-by: 孙振宇 <>
2025-01-20 10:12:26 +08:00
孙振宇
1896034cde fix(pipeline): change variable declarations from var to def for consistency
Signed-off-by: 孙振宇 <>
2025-01-17 17:16:56 +08:00
孙振宇
d37849f18b refactor(ServiceLanguage): remove unnecessary CompileStatic annotation
Signed-off-by: 孙振宇 <>
2025-01-17 17:15:25 +08:00
孙振宇
ed959561db chore(git): codes staging
Signed-off-by: 孙振宇 <>
2025-01-17 16:25:04 +08:00
孙振宇
b91d2192ba feat(k8s): add Jenkins certificate and Azure Blob Storage configuration
Signed-off-by: 孙振宇 <>
2025-01-16 17:00:31 +08:00
孙振宇
b1422e2913 chore(layout): project initialize and magicleaps manifests
Signed-off-by: 孙振宇 <>
2024-12-30 17:43:50 +08:00