diff --git a/Jenkinsfile b/Jenkinsfile index 56d109e..6649d34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,5 +22,11 @@ pipeline { } } + stage('Send Email') { + steps { + mail(subject: 'RCON Build', body: 'RCON build successful.', from: 'jenkins@richard-neumann.de', to: 'mail@richard-neumann.de') + } + } + } } \ No newline at end of file