From 5862ded0aa874a029f5b0f0aff6d175845976eee Mon Sep 17 00:00:00 2001 From: Agata Kapelarz Date: Tue, 21 Apr 2020 19:17:48 +0000 Subject: [PATCH] Zaktualizuj 's416242_notify' --- s416242_notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s416242_notify b/s416242_notify index 1d8277e..8ca11ee 100644 --- a/s416242_notify +++ b/s416242_notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'agata.kapelarz@gmail.com' + emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }