Merge branch 'master' into new-branch-2

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

4
Jenkinsfile vendored
View file

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