diff --git a/Jenkinsfile b/Jenkinsfile index e031ddf..c00256b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('mail') { steps { - emailext body: '${message}', subject: 'Test', to: 'lookszym@gmail.com' + emailext body: '${message}', subject: 'Ɓukasz Szymula mlworkshops', to: 'lookszym@gmail.com' } } }