Zaktualizuj 's416239-mail-notify'

This commit is contained in:
Monika Janocha 2020-04-21 13:32:03 +00:00
parent a768dae913
commit 487c0c41e1

View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Mail') {
steps {
emailext body: '${wiadomosc}', subject: 'Mail koncowy z 1 czesci warsztatow', to: 'monjan7@st.amu.edu.pl'
emailext body: '${wiadomosc}', subject: 'Mail koncowy z Warsztatow uczenia maszynowego C, cz.1 (wykonane zadania: 1,2,3,5)', to: 'monjan7@st.amu.edu.pl'
}
}
}