This commit is contained in:
s152483 2020-04-03 15:09:59 +02:00
parent 6111d57670
commit 11b319189a

2
Jenkinsfile vendored
View File

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