refactor(pipeline): replace pipelineCall with executePipeline and streamline configuration handling
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
2d2cf27318
commit
4666298ebe
8
first-class-pipeline/tests/Jenkinsfile
vendored
8
first-class-pipeline/tests/Jenkinsfile
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user