From a9a88271230bc2b52645077f3a3aa7f3d51ed6a0 Mon Sep 17 00:00:00 2001 From: Kamil Paprota Date: Fri, 3 Apr 2020 17:39:32 +0200 Subject: [PATCH] metryki --- JenkinsfileNotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileNotify b/JenkinsfileNotify index 4b37311..d69fa49 100644 --- a/JenkinsfileNotify +++ b/JenkinsfileNotify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'Linki do projektów - Warsztaty', to: 'kamilzul1@gmail.com' + emailext body: '${message}', subject: 'Linki do projektów - Warsztaty', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }