From cc37571d20f0a42d04237536e417c81437ec5b40 Mon Sep 17 00:00:00 2001 From: Jordan Stith Date: Wed, 9 Oct 2024 12:34:45 +0200 Subject: [PATCH] chore(npm-publish): adding missing parenthesis --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) } } }