From d7ef1ee1f85ef896611b07df07a4cc938feee015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Tue, 4 Feb 2025 12:18:19 +0800 Subject: [PATCH] refactor(Jenkinsfile): update executeMode to 'fully' for clarity 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 e4d398f1..9bc04a2c 100644 --- a/first-class-pipeline/tests/Jenkinsfile +++ b/first-class-pipeline/tests/Jenkinsfile @@ -6,7 +6,7 @@ executeFreeleapsPipeline { serviceGitBranch = 'master' serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps" serviceGitRepoType = 'monorepo' // monorepo, separated - executeMode = 'on-demand' // on-demand, fully + executeMode = 'fully' // on-demand, fully commitMessageLintEnabled = false components = [ {