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

13 lines
334 B
Plaintext
Raw Normal View History

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