Update Jenkinsfile

This commit is contained in:
n-sheikh 2020-03-30 17:38:59 -04:00 committed by GitHub
parent da9dbbb37c
commit 63436b3d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline{
stages {
stage("Build"){
steps{
sh '/.mvnw package'
sh './mvnw package'
}
}
}