Skip to content

Commit

Permalink
chore(npm-publish): adding missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanstith15 committed Oct 9, 2024
1 parent 4116bb2 commit cc37571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}
}
}
Expand Down

0 comments on commit cc37571

Please sign in to comment.