Update Jenkinsfile

This commit is contained in:
khalilalturk 2020-03-15 17:38:44 -04:00 committed by GitHub
parent a63031ed82
commit 5a3aef68a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
branch 'master' branch 'master'
} }
steps { steps {
sh 'mvn deploy' sh './mvnw deploy'
} }
} }
} }