Updated mvn command

This commit is contained in:
gesparza3 2019-05-09 11:15:13 -07:00
parent c785e6d5b8
commit a566c2b88b

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
} }
} }
steps { steps {
sh 'maven deploy' sh 'mvn deploy'
} }
} }