Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 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: '[email protected]', to: '[email protected]')
}
}
} }
} }
Loading…
Cancel
Save