Zaktualizuj 's416251-notify'

This commit is contained in:
Diana Król 2020-04-21 19:24:12 +00:00
parent a37014aefd
commit 6eb8c36374

View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Mail') {
steps {
emailext body: '${message}', subject: 'Warsztatełki', to: 'dianakrol3@gmail.com'
emailext body: '${message}', subject: 'Uczenie maszynowe - warsztaty - s416251', to: 'tomasz.zietkiewicz@amu.edu.pl'
}
}
}