Zaktualizuj 's416239-mail-notify'

This commit is contained in:
Monika Janocha 2020-04-21 13:25:50 +00:00
parent d965357b5e
commit a768dae913
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Mail') { stage('Mail') {
steps { 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'
} }
} }
} }