diff --git a/JenkinsfileNotify b/JenkinsfileNotify index b07c175..27c2c32 100644 --- a/JenkinsfileNotify +++ b/JenkinsfileNotify @@ -3,7 +3,7 @@ pipeline { stages { stage('Stage 1') { steps { - emailext body: '${Message}', subject: 'Warsztaty Cloud Computing', to: 'kamilzul1@gmail.com' + emailext body: '${Message}', subject: 'Warsztaty Cloud Computing- Karolina Krzywda s437843', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }