update from

This commit is contained in:
Anna Maduzia 2020-04-22 19:27:59 +00:00
parent af2db6c76b
commit b6f1785fa4

2
Jenkinsfile vendored
View File

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