branch-de-la-branch #1

Closed
guillemhs wants to merge 8 commits from branch-de-la-branch into master
Showing only changes of commit 9dde1ef038 - Show all commits

5
Jenkinsfile vendored
View File

@@ -23,9 +23,8 @@ pipeline {
stage ('Deployment Stage') { stage ('Deployment Stage') {
steps { steps {
withMaven(maven : 'maven_3_5_0') { sh 'ls -lrt'
sh 'mvn deploy' sh 'aws s3 ls'
}
} }
} }
} }