Update Jenkinsfile

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 22:18:50 -04:00 committed by GitHub
parent 5a238362b0
commit 51dfc66b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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