Added Jenkinsfile

This commit is contained in:
Victor Manea 2020-03-18 21:10:06 -04:00
parent 23b94ae5e0
commit f9c6f4e9d9

1
Jenkinsfile vendored
View file

@ -6,5 +6,6 @@ steps {
sh './mvnw package' sh './mvnw package'
} }
} }
} }
} }