fix(jenkins): remove trailing commas in Jenkinsfile configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 19:04:52 +08:00
parent 49c35091fa
commit 0f4447795f

View File

@ -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',