From b6f1785fa4d098589fb4f33076727abb2c38d026 Mon Sep 17 00:00:00 2001 From: Anna Maduzia Date: Wed, 22 Apr 2020 19:27:59 +0000 Subject: [PATCH] update from --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f880a7d..70a62ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('e-mail') { steps { - emailext body: '${message}', subject: 'Zadanie 5. Link do projektów', to: 'annmad@st.amu.edu.pl' + emailext body: '${message}', from: 'Anna Maduzia 416122', subject: 'Zadanie 5. Link do projektów', to: 'annmad@st.amu.edu.pl' } } }