Browse Source

Added Jenkinsfile

pull/2/head 1.2.3
Richard Neumann 4 years ago
parent
commit
5ba2559a83
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -24,7 +24,7 @@ pipeline {
stage('Send Email') {
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…
Cancel
Save