Zaktualizuj 'Jenkinsfile_notify'

This commit is contained in:
Olga Kwaśniewska 2020-04-21 14:00:00 +00:00
parent 8c8ea3a922
commit 6ef134ae32

View File

@ -5,7 +5,7 @@ pipeline {
stage('Notify') { stage('Notify') {
steps { steps {
emailext body: '${message}', emailext body: '${message}',
subject: 'Email z warsztatów', to: 'tomasz.zietkiewicz@amu.edu.pl' subject: 'Email z warsztatów - Olga Kwaśniewska', to: 'tomasz.zietkiewicz@amu.edu.pl'
} }
} }
} }