Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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