diff --git a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile index a948db99..396220dc 100644 --- a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile @@ -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',