Merge pull request #1 from JenniferAbouJaoudi/new-branch-2

New branch 2
This commit is contained in:
JenniferAbouJaoudi 2020-03-13 22:11:05 -04:00 committed by GitHub
commit e7ce3d72b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
} }
steps { steps {
sh 'mvn deploy' sh 'mvn deploy'
} }
} }
} }