mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Added Jenkinsfile
This commit is contained in:
parent
ac21f6d5e1
commit
3854cc4003
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -4,7 +4,6 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
bat './mvnw package'
|
||||
mail(subject: 'Build Test', body: 'Attempt 1', to: 'jessica.allaire.96@hotmail.com')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue