branch-de-la-branch #1

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

6
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
} }
} }
stage ('Testing Stage') { /* stage ('Testing Stage') {
steps { steps {
withMaven(maven : 'maven_3_5_0') { withMaven(maven : 'maven_3_5_0') {
@@ -19,12 +19,12 @@ pipeline {
} }
} }
} }
*/
stage ('Deployment Stage') { stage ('Deployment Stage') {
steps { steps {
sh 'ls -lrt' sh 'ls -lrt'
sh 'aws s3 ls' sh '/usr/local/bin/aws s3 ls'
} }
} }
} }