diff --git a/magicleaps/alpha/ci/Jenkinsfile b/magicleaps/alpha/ci/Jenkinsfile index d00b0b26..51463409 100644 --- a/magicleaps/alpha/ci/Jenkinsfile +++ b/magicleaps/alpha/ci/Jenkinsfile @@ -3,7 +3,7 @@ library 'first-class-pipeline' executeFreeleapsPipeline { serviceName = 'magicleaps' environmentSlug = 'alpha' - serviceGitBranch = 'master' + serviceGitBranch = 'develop' serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps" serviceGitRepoType = 'monorepo' serviceGitCredentialsId = 'magicleaps-azure-devops-credentials'