From af7e10c969199cba1460166124145c79a98cad40 Mon Sep 17 00:00:00 2001 From: Karolina Krzywda Date: Fri, 17 Apr 2020 21:32:53 +0200 Subject: [PATCH] =?UTF-8?q?wysy=C5=82anie=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JenkinsfileNotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileNotify b/JenkinsfileNotify index b07c175..27c2c32 100644 --- a/JenkinsfileNotify +++ b/JenkinsfileNotify @@ -3,7 +3,7 @@ pipeline { stages { stage('Stage 1') { steps { - emailext body: '${Message}', subject: 'Warsztaty Cloud Computing', to: 'kamilzul1@gmail.com' + emailext body: '${Message}', subject: 'Warsztaty Cloud Computing- Karolina Krzywda s437843', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }