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