From e355452b3d5a65fa49f860dd6e78b6411c86132b Mon Sep 17 00:00:00 2001 From: Monika Janocha Date: Thu, 16 Apr 2020 19:50:13 +0000 Subject: [PATCH] Dodaj 's416239-notify' --- s416239-notify | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 s416239-notify diff --git a/s416239-notify b/s416239-notify new file mode 100644 index 0000000..5b84ce2 --- /dev/null +++ b/s416239-notify @@ -0,0 +1,11 @@ +pipeline { + agent any + + stages { + stage('Mail') { + steps { + emailext body: '${message}', subject: 'Mail koncowy z warsztatow', to: 'monjan7@st.amu.edu.pl' + } + } + } +} \ No newline at end of file