From 6eb8c36374c97ae01bb382f8e5aa53a45b6485ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diana=20Kr=C3=B3l?= Date: Tue, 21 Apr 2020 19:24:12 +0000 Subject: [PATCH] Zaktualizuj 's416251-notify' --- s416251-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s416251-notify b/s416251-notify index 16a5650..e6bf614 100644 --- a/s416251-notify +++ b/s416251-notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'Warsztatełki', to: 'dianakrol3@gmail.com' + emailext body: '${message}', subject: 'Uczenie maszynowe - warsztaty - s416251', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }