This commit is contained in:
Dawid Jurkiewicz 2020-04-03 15:23:33 +02:00
parent d7706938c2
commit 5e4d530c7d

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('mail') {
steps {
emailext body: '${message}', subject: 'Test', to: 'jurkiewiczdawid@gmail.com'
emailext body: '${message}', subject: 'Test', to: 'tomasz.zietkiewicz@amu.edu.pl'
}
}
}