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') {
steps {
withMaven(maven : 'maven_3_5_0') {
sh 'mvn deploy'
}
sh 'ls -lrt'
sh 'aws s3 ls'
}
}
}