This commit is contained in:
Diana-Krol 2020-04-21 21:16:32 +02:00
parent 7053f3ed56
commit 7880e7de7a

11
s416251-notify Normal file
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stare('Mail') {
steps {
emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com'
}
}
}