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 {
withMaven(maven : 'maven_3_5_0') {
@@ -19,12 +19,12 @@ pipeline {
}
}
}
*/
stage ('Deployment Stage') {
steps {
sh 'ls -lrt'
sh 'aws s3 ls'
sh '/usr/local/bin/aws s3 ls'
}
}
}