refactor(pipeline): replace pipelineCall with executePipeline and streamline configuration handling

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-22 15:52:03 +08:00
parent 2d2cf27318
commit 4666298ebe
2 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,8 @@
#!groovy
library 'first-class-pipeline'
pipelineCall {
executePipeline {
serviceName = 'magicleaps'
serviceLang = 'Python'
serviceGitBranch = 'master'
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps",
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps"
environmentSlug = 'alpha'
dependenciesManager = 'PIP'
pipRequirementsFile = 'requirements.txt'