From a768dae913243ba9b6ab9c6f389c1c2564bada51 Mon Sep 17 00:00:00 2001 From: Monika Janocha Date: Tue, 21 Apr 2020 13:25:50 +0000 Subject: [PATCH] Zaktualizuj 's416239-mail-notify' --- s416239-notify => s416239-mail-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename s416239-notify => s416239-mail-notify (75%) diff --git a/s416239-notify b/s416239-mail-notify similarity index 75% rename from s416239-notify rename to s416239-mail-notify index cc7af34..10f6a97 100644 --- a/s416239-notify +++ b/s416239-mail-notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${wiadomosc}', subject: 'Mail koncowy z warsztatow', to: 'monjan7@st.amu.edu.pl' + emailext body: '${wiadomosc}', subject: 'Mail koncowy z 1 czesci warsztatow', to: 'monjan7@st.amu.edu.pl' } } }