pipeline { agent any stages { stage('Mail') { steps { emailext body: '${message}', subject: 'PrzesyƂam Zadania: 1, 2, 3, 5. Cezary Krysiak/s407568', to: 'tomasz.zietkiewicz@amu.edu.pl' } } } }