diff --git a/Jenkinsfile b/Jenkinsfile index 84c348472..fb13ed362 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -174,7 +174,7 @@ webappPipeline { def notification = new com.genesys.jenkins.Notifications() if (failures.length) { - notification.sendEmailViaMailchomp("Spark NPM Publish failures", mailer, "These packages failed to publish to NPM:\n" + failures.join('\n') + notification.sendEmailViaMailchomp("Spark NPM Publish failures", mailer, "These packages failed to publish to NPM:\n" + failures.join('\n')) } } }