From 0f4447795fec8e402480161ed8e822af751721a5 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 19:04:52 +0800 Subject: [PATCH] fix(jenkins): remove trailing commas in Jenkinsfile configuration Signed-off-by: zhenyus --- .../alpha/ci/freeleaps-service-hub/Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile index 396220dc..b6f7e2e3 100644 --- a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile @@ -1,14 +1,14 @@ library 'first-class-pipeline' executeFreeleapsPipeline { - serviceName = 'freeleaps', - environmentSlug = 'alpha', - serviceGitBranch = 'develop', - serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/freeleaps-service-hub/_git/freeleaps-service-hub", - serviceGitRepoType = 'monorepo', - serviceGitCredentialsId = 'freeleaps-azure-devops-credentials', - executeMode = 'fully', - commitMessageLintEnabled = true, + serviceName = 'freeleaps' + environmentSlug = 'alpha' + serviceGitBranch = 'develop' + serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/freeleaps-service-hub/_git/freeleaps-service-hub" + serviceGitRepoType = 'monorepo' + serviceGitCredentialsId = 'freeleaps-azure-devops-credentials' + executeMode = 'fully' + commitMessageLintEnabled = true components = [ [ name: 'authentication',