Update Jenkinsfile

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 22:20:12 -04:00 committed by GitHub
parent 4b3754d4d8
commit d4683348a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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