mirror of https://github.com/conqp/rcon
1 changed files with 6 additions and 0 deletions
@ -22,5 +22,11 @@ pipeline { |
|||
} |
|||
} |
|||
|
|||
stage('Send Email') { |
|||
steps { |
|||
mail(subject: 'RCON Build', body: 'RCON build successful.', from: '[email protected]', to: '[email protected]') |
|||
} |
|||
} |
|||
|
|||
} |
|||
} |
Loading…
Reference in new issue