update e-mail from

This commit is contained in:
Anna Maduzia 2020-04-22 19:30:53 +00:00
parent b6f1785fa4
commit d93ce761e6

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('e-mail') { stage('e-mail') {
steps { steps {
emailext body: '${message}', from: 'Anna Maduzia 416122', subject: 'Zadanie 5. Link do projektów', to: 'annmad@st.amu.edu.pl' emailext body: '${message}', from: 'annmad@st.amu.edu.pl', subject: 'Zadanie 5. Link do projektów', to: 'annmad@st.amu.edu.pl'
} }
} }
} }