This commit is contained in:
Anna Maduzia 2020-04-22 19:33:15 +00:00
parent d93ce761e6
commit 9a792a614e

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('e-mail') {
steps {
emailext body: '${message}', from: 'annmad@st.amu.edu.pl', 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: 'tomasz.zietkiewicz@amu.edu.pl'
}
}
}