pipeline { agent any stages { stage('Mail') { steps { emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'tomasz.zietkiewicz@amu.edu.pl' } } } }