s416251-mlworkshops/s416251-notify

11 lines
209 B
Plaintext
Raw Normal View History

2020-04-21 21:16:32 +02:00
pipeline {
agent any
stages {
stare('Mail') {
steps {
emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com'
}
}
}