pipeline {
agent any
stages {
stage('mail') {
steps {
emailext body: '${message}', subject: 'Łukasz Szymula mlworkshops', to: 'lookszym@gmail.com'
}