diff --git a/JenkinsfileNotify b/JenkinsfileNotify index 4b37311..d69fa49 100644 --- a/JenkinsfileNotify +++ b/JenkinsfileNotify @@ -4,7 +4,7 @@ pipeline { stages { stage('Mail') { steps { - emailext body: '${message}', subject: 'Linki do projektów - Warsztaty', to: 'kamilzul1@gmail.com' + emailext body: '${message}', subject: 'Linki do projektów - Warsztaty', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }