diff --git a/s416242_notify b/s416242_notify index 1d8277e..8ca11ee 100644 --- a/s416242_notify +++ b/s416242_notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'agata.kapelarz@gmail.com' + emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }