This commit is contained in:
Kamil Paprota 2020-04-03 17:37:30 +02:00
parent ebbb11d996
commit 69e1445ab2

View File

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