fix(jenkins): add missing commas in Jenkinsfile configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
d41fd25a05
commit
49c35091fa
@ -2,13 +2,13 @@ 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
|
||||
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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user