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' } } }