From 7880e7de7af121e251523c5576af03dab4042009 Mon Sep 17 00:00:00 2001 From: Diana-Krol Date: Tue, 21 Apr 2020 21:16:32 +0200 Subject: [PATCH] metryki --- s416251-notify | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 s416251-notify 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