From 61c7da58e161870f3ba86e8b938ee3f82bcdf2e9 Mon Sep 17 00:00:00 2001 From: Monika Janocha Date: Thu, 16 Apr 2020 20:09:26 +0000 Subject: [PATCH] Zaktualizuj 's416239-notify' --- s416239-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s416239-notify b/s416239-notify index 5b84ce2..cc7af34 100644 --- a/s416239-notify +++ b/s416239-notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'Mail koncowy z warsztatow', to: 'monjan7@st.amu.edu.pl' + emailext body: '${wiadomosc}', subject: 'Mail koncowy z warsztatow', to: 'monjan7@st.amu.edu.pl' } } }