pipeline { agent any stages { stage('mail') { steps { emailext body: '${message}', subject: 'Ɓukasz Szymula mlworkshops', to: 'tomasz.zietkiewicz@amu.edu.pl' } } } }