Zaktualizuj 's416242_notify'

This commit is contained in:
Agata Kapelarz 2020-04-21 19:17:48 +00:00
parent 50b9d99063
commit 5862ded0aa

View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Mail') {
steps {
emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'agata.kapelarz@gmail.com'
emailext body: '${message}', subject: 'UM - linki do projektów (s416242)', to: 'tomasz.zietkiewicz@amu.edu.pl'
}
}
}