diff --git a/Jenkinsfile_notify b/Jenkinsfile_notify index 8c36702..85530ae 100644 --- a/Jenkinsfile_notify +++ b/Jenkinsfile_notify @@ -5,7 +5,7 @@ pipeline { stage('Notify') { steps { emailext body: '${message}', - subject: 'Email z warsztatów', to: 'tomasz.zietkiewicz@amu.edu.pl' + subject: 'Email z warsztatów - Olga Kwaśniewska', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }