This commit is contained in:
Anna Maduzia 2020-04-22 19:12:39 +00:00
parent 7cf7faadec
commit af2db6c76b

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: 'tomasz.zietkiewicz@amu.edu.pl' emailext body: '${message}', subject: 'Zadanie 5. Link do projektów', to: 'annmad@st.amu.edu.pl'
} }
} }
} }