From ba80ed19fe4e677a30dd0b6e9c85590ee9389ae1 Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 15:40:18 +0200 Subject: [PATCH] Update notify --- Jenkinsfile_notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_notify b/Jenkinsfile_notify index 6f5681a..8a0b3d3 100644 --- a/Jenkinsfile_notify +++ b/Jenkinsfile_notify @@ -4,7 +4,7 @@ pipeline { stages { stage('Send email') { steps { - emailext body: '${message}', subject: 'Testowy', to: 'marszc13@st.amu.edu.pl' + emailext body: '${message}', subject: 'Warsztaty C - linki do projektów', to: 'tomasz.zietkiewicz@amu.edu.pl' } } }