This commit is contained in:
s152483 2020-04-23 11:44:03 +00:00
parent 0fb16edda7
commit ed8f50ab5a

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('mail') { stage('mail') {
steps { steps {
emailext body: '${message}', subject: 'Łukasz Szymula mlworkshops', to: 'lookszym@gmail.com' emailext body: '${message}', subject: 'Łukasz Szymula mlworkshops', to: 'tomasz.zietkiewicz@amu.edu.pl'
} }
} }
} }