Update notify

This commit is contained in:
s416178 2020-04-03 15:40:18 +02:00
parent 46268db144
commit ba80ed19fe

View File

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