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' } } }