This commit is contained in:
Kamil Paprota 2020-04-03 17:39:32 +02:00
parent 69e1445ab2
commit a9a8827123

View File

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