Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 65e503110 -> 952238182
Change the jenkins pipeline to send mails to notifications at a o Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/15096754 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/15096754 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/15096754 Branch: refs/heads/feature/cd-pipeline Commit: 150967546673ae5bff1a2c20182d025c3903ad22 Parents: 65e5031 Author: Dominik Psenner <[email protected]> Authored: Sun Nov 12 11:35:27 2017 +0100 Committer: Dominik Psenner <[email protected]> Committed: Sun Nov 12 11:35:27 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/15096754/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index a074ca7..ffea54a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -295,7 +295,7 @@ pipeline { post { failure { // TODO: change this to dev@ - step([$class: 'Mailer', notifyEveryUnstableBuild: false, recipients: '[email protected]']) + step([$class: 'Mailer', notifyEveryUnstableBuild: false, recipients: '[email protected]']) } } }
