freeleaps-ops/first-class-pipeline/tests/Jenkinsfile

12 lines
362 B
Plaintext
Raw Normal View History

library 'first-class-pipeline'
executeFreeleapsPipeline {
serviceName = 'magicleaps'
serviceLang = 'Python'
serviceGitBranch = 'master'
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps"
environmentSlug = 'alpha'
dependenciesManager = 'pip'
pipRequirementsFile = 'requirements.txt'
buildCacheEnabled = true
}