Fix typo
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/9c4d5484 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/9c4d5484 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/9c4d5484 Branch: refs/heads/master Commit: 9c4d5484cf2dd828ab3362c6bb63ed9e97c637e8 Parents: 421c39c Author: Matt Sicker <[email protected]> Authored: Fri Mar 30 19:48:55 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Mar 30 19:48:55 2018 -0500 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/9c4d5484/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 1af227b..90b3893 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { } post { failure { - emailext body: "See <${env.BUILD_URL}>", replyTo: '[email protected]', subject: "[Scala] Jenkins build failure (#${env.BUILD_NUMBER})", '[email protected]' + emailext body: "See <${env.BUILD_URL}>", replyTo: '[email protected]', subject: "[Scala] Jenkins build failure (#${env.BUILD_NUMBER})", to: '[email protected]' } } }
