diff --git a/s416251-notify b/s416251-notify index 16a5650..e6bf614 100644 --- a/s416251-notify +++ b/s416251-notify @@ -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' } } }