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