diff --git a/s416251-notify b/s416251-notify new file mode 100644 index 0000000..38d8033 --- /dev/null +++ b/s416251-notify @@ -0,0 +1,11 @@ +pipeline { + agent any + + stages { + stare('Mail') { + steps { + emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com' + } + } + } + \ No newline at end of file