Added Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 18:27:23 -04:00
parent ac21f6d5e1
commit 3854cc4003

1
Jenkinsfile vendored
View file

@ -4,7 +4,6 @@ pipeline {
stage('Build') {
steps {
bat './mvnw package'
mail(subject: 'Build Test', body: 'Attempt 1', to: 'jessica.allaire.96@hotmail.com')
}
}