This commit is contained in:
s152483 2020-04-23 11:34:56 +00:00
parent 11b319189a
commit 0fb16edda7

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('mail') { stage('mail') {
steps { steps {
emailext body: '${message}', subject: 'Test', to: 'lookszym@gmail.com' emailext body: '${message}', subject: 'Łukasz Szymula mlworkshops', to: 'lookszym@gmail.com'
} }
} }
} }