updated JenkinsFile

This commit is contained in:
JimLau49 2020-03-12 11:36:11 -04:00
parent 81b8bf33fd
commit 029d8269f3

1
Jenkinsfile vendored
View file

@ -18,6 +18,7 @@ pipeline {
bat './mvnw package'
}
}
stage('Deploy'){
steps{
bat './mvnw deploy'