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