Commit Graph

34 Commits

Author SHA1 Message Date
孙振宇
aa7d449616 refactor(executeFreeleapsPipeline): improve code structure by adjusting stage block formatting
Signed-off-by: 孙振宇 <>
2025-02-04 12:13:41 +08:00
孙振宇
bc29cf3514 refactor(executeFreeleapsPipeline): streamline commit message linting logic and improve conditional checks
Signed-off-by: 孙振宇 <>
2025-02-04 12:11:42 +08:00
孙振宇
e574581d02 refactor(Jenkinsfile, executeFreeleapsPipeline): disable commit message linting and add fail-fast option for parallel execution
Signed-off-by: 孙振宇 <>
2025-02-04 12:08:52 +08:00
孙振宇
1fec9ad9d7 refactor(logging): update log statements to use consistent method calls for improved readability
Signed-off-by: 孙振宇 <>
2025-02-04 12:03:30 +08:00
孙振宇
ae77e64ac1 refactor(logging): enhance log messages to include plugin context for better clarity
Signed-off-by: 孙振宇 <>
2025-02-04 11:32:42 +08:00
孙振宇
36ecc84249 refactor(CommitMessageLinter, log): update commit lint rules handling and improve logging
Signed-off-by: 孙振宇 <>
2025-02-04 11:11:46 +08:00
孙振宇
bd1aed3664 refactor(CommitMessageLinter, log): enhance logging with timestamps and improve log messages
Signed-off-by: 孙振宇 <>
2025-02-04 11:06:07 +08:00
孙振宇
8c827fe1ad refactor(executeFreeleapsPipeline): update component handling to use component names
Signed-off-by: 孙振宇 <>
2025-02-04 11:00:33 +08:00
孙振宇
d6e86827ac refactor(executeFreeleapsPipeline): update closure handling to initialize configurations as a Map
Signed-off-by: 孙振宇 <>
2025-02-04 10:54:41 +08:00
孙振宇
5a63bf8d33 refactor(executeFreeleapsPipeline): change function signature to accept configurations as a Closure
Signed-off-by: 孙振宇 <>
2025-02-04 10:51:49 +08:00
孙振宇
faed86e4f8 refactor(executeFreeleapsPipeline): update function signature to accept configurations as a Map
Signed-off-by: 孙振宇 <>
2025-02-04 10:49:34 +08:00
孙振宇
37253e85b4 refactor(executeFreeleapsPipeline): update function signature to accept configurations directly
Signed-off-by: 孙振宇 <>
2025-02-04 10:40:41 +08:00
孙振宇
c84c65ce87 refactor(executeFreeleapsPipeline): streamline component build and dependency resolution stages
Signed-off-by: 孙振宇 <>
2025-02-04 10:36:58 +08:00
孙振宇
376fa19c78 refactor(ChangedComponentsDetector, CommitMessageLinter, DependenciesResolver, executeFreeleapsPipeline): standardize workspace handling in directory operations
Signed-off-by: 孙振宇 <>
2025-02-04 10:29:49 +08:00
孙振宇
adfc71ea22 refactor(SourceFetcher, ServiceLanguage, DependenciesResolver): improve workspace handling, standardize language naming, and streamline dependency resolution
Signed-off-by: 孙振宇 <>
2025-02-04 10:23:25 +08:00
孙振宇
89191746ef refactor(DependenciesResolver): replace echo with log.info for improved logging
refactor(executeFreeleapsPipeline): update commit message linting condition for clarity

Signed-off-by: 孙振宇 <>
2025-01-22 16:22:38 +08:00
孙振宇
8c544961b0 refactor(executeFreeleapsPipeline): standardize logging and update dependencies manager naming
Signed-off-by: 孙振宇 <>
2025-01-22 16:15:31 +08:00
孙振宇
a35a3ee8e1 refactor(executeFreeleapsPipeline): remove EnvironmentVars class and streamline variable injection
Signed-off-by: 孙振宇 <>
2025-01-22 16:10:48 +08:00
孙振宇
2412360de2 refactor(executeFreeleapsPipeline): add ServiceLanguage enum import for improved language handling
Signed-off-by: 孙振宇 <>
2025-01-22 16:07:46 +08:00
孙振宇
ef65343ddb refactor(executeFreeleapsPipeline): update language case handling to use ServiceLanguage enum
Signed-off-by: 孙振宇 <>
2025-01-22 16:06:22 +08:00
孙振宇
36dc0819b6 refactor(executeFreeleapsPipeline): update buildAgentImage handling and use environment variable
Signed-off-by: 孙振宇 <>
2025-01-22 16:05:08 +08:00
孙振宇
6bed306f2b refactor(executeFreeleapsPipeline): update buildAgentImage reference to use configurations
Signed-off-by: 孙振宇 <>
2025-01-22 16:01:27 +08:00
孙振宇
4c6efe1c9d refactor(pipeline): rename executePipeline to executeFreeleapsPipeline and implement new pipeline structure
Signed-off-by: 孙振宇 <>
2025-01-22 15:53:25 +08:00
孙振宇
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
孙振宇
fba93aac48 feat(pipeline): switch from Docker to Kubernetes for dependencies resolving stage
Signed-off-by: 孙振宇 <>
2025-01-21 17:40:42 +08:00
孙振宇
52d7f78fa6 feat(pipeline): implement environment variable injection and dependencies resolution
Signed-off-by: 孙振宇 <>
2025-01-21 17:01:31 +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
孙振宇
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
孙振宇
ed959561db chore(git): codes staging
Signed-off-by: 孙振宇 <>
2025-01-17 16:25:04 +08:00