Zaktualizuj 's416239-notify'

This commit is contained in:
Monika Janocha 2020-04-16 20:09:26 +00:00
parent e355452b3d
commit 61c7da58e1

View File

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