s416251-mlworkshops/s416251-notify
2020-04-21 21:16:32 +02:00

11 lines
209 B
Plaintext

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