From 77bb34e425e439de54787c8e10fc66ba0c24c2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Wed, 22 Jan 2025 15:25:01 +0800 Subject: [PATCH] fix(Jenkinsfile): update SERVICE_GIT_REPO with correct repository URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- first-class-pipeline/tests/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-class-pipeline/tests/Jenkinsfile b/first-class-pipeline/tests/Jenkinsfile index d048450b..cb44b23c 100644 --- a/first-class-pipeline/tests/Jenkinsfile +++ b/first-class-pipeline/tests/Jenkinsfile @@ -4,7 +4,7 @@ library 'first-class-pipeline' def configurations = [:] configurations.put('SERVICE_NAME', 'magicleaps') configurations.put('SERVICE_LANG', 'Python') - configurations.put('SERVICE_GIT_REPO', '') + configurations.put('SERVICE_GIT_REPO', 'https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps') configurations.put('SERVICE_GIT_BRANCH', 'master') configurations.put('ENVIRONMENT_SLUG', 'alpha')