change email

This commit is contained in:
Olga 2020-04-03 18:30:55 +02:00
parent 6ab22d7f40
commit ebce681fd6

View File

@ -5,7 +5,7 @@ pipeline {
stage('Notify') {
steps {
emailext body: '${message}',
subject: 'Email z warsztatów', to: 'olgkwa@amu.edu.pl'
subject: 'Email z warsztatów', to: 'olgkwa@st.amu.edu.pl'
}
}
}