mirror of https://github.com/conqp/rcon
1 changed files with 1 additions and 1 deletions
@ -24,7 +24,7 @@ pipeline { |
|||||
|
|
||||
stage('Send Email') { |
stage('Send Email') { |
||||
steps { |
steps { |
||||
mail(subject: 'RCON Build', body: 'RCON build successful.', from: '[email protected]', to: '[email protected]') |
mail(subject: '[rcon] build successful', body: 'https://jenkins.richard-neumann.de/blue/organizations/jenkins/rcon/activity', from: '[email protected]', to: '[email protected]') |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
|
Loading…
Reference in new issue