Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 5 years ago
parent
commit
3c141f7e64
  1. 6
      Jenkinsfile

6
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')
}
}
}
}
Loading…
Cancel
Save