2025-01-17 08:25:04 +00:00
|
|
|
#!groovy
|
|
|
|
|
|
|
|
|
|
library 'first-class-pipeline'
|
2025-01-21 09:01:31 +00:00
|
|
|
|
2025-01-22 07:35:03 +00:00
|
|
|
pipelineCall {
|
2025-01-22 07:42:56 +00:00
|
|
|
serviceName = 'magicleaps'
|
|
|
|
|
serviceLang = 'Python'
|
|
|
|
|
serviceGitBranch = 'master'
|
|
|
|
|
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps",
|
|
|
|
|
environmentSlug = 'alpha'
|
|
|
|
|
dependenciesManager = 'PIP'
|
|
|
|
|
pipRequirementsFile = 'requirements.txt'
|
2025-01-22 07:35:03 +00:00
|
|
|
}
|