fix(jenkins): remove trailing commas in Jenkinsfile configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
49c35091fa
commit
0f4447795f
@ -1,14 +1,14 @@
|
|||||||
library 'first-class-pipeline'
|
library 'first-class-pipeline'
|
||||||
|
|
||||||
executeFreeleapsPipeline {
|
executeFreeleapsPipeline {
|
||||||
serviceName = 'freeleaps',
|
serviceName = 'freeleaps'
|
||||||
environmentSlug = 'alpha',
|
environmentSlug = 'alpha'
|
||||||
serviceGitBranch = 'develop',
|
serviceGitBranch = 'develop'
|
||||||
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/freeleaps-service-hub/_git/freeleaps-service-hub",
|
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/freeleaps-service-hub/_git/freeleaps-service-hub"
|
||||||
serviceGitRepoType = 'monorepo',
|
serviceGitRepoType = 'monorepo'
|
||||||
serviceGitCredentialsId = 'freeleaps-azure-devops-credentials',
|
serviceGitCredentialsId = 'freeleaps-azure-devops-credentials'
|
||||||
executeMode = 'fully',
|
executeMode = 'fully'
|
||||||
commitMessageLintEnabled = true,
|
commitMessageLintEnabled = true
|
||||||
components = [
|
components = [
|
||||||
[
|
[
|
||||||
name: 'authentication',
|
name: 'authentication',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user