13 lines
348 B
Groovy
13 lines
348 B
Groovy
#!groovy
|
|
|
|
library 'first-class-pipeline'
|
|
|
|
pipelineCall {
|
|
SERVICE_NAME = 'magicleaps'
|
|
SERVICE_LANG = 'Python'
|
|
SERVICE_GIT_BRANCH = 'master'
|
|
SERVICE_GIT_REPO = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps",
|
|
ENVIRONMENT_SLUG = 'alpha'
|
|
PY_DEPENDENCIES_MANAGER = 'PIP'
|
|
REQUIREMENTS_FILE_PATH = 'requirements.txt'
|
|
} |