branch-de-la-branch #1

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

4
Jenkinsfile vendored
View File

@@ -23,8 +23,8 @@ pipeline {
stage ('Deployment Stage') { stage ('Deployment Stage') {
steps { steps {
sh 'cd target'
sh '/usr/local/bin/aws s3 cp target/jenkins-example*.jar s3://techprimers-s3/' sh '/usr/local/bin/aws s3 cp jenkins-example-1.0-SNAPSHOT.jar s3://techprimers-s3/'
sh '/usr/local/bin/aws s3 ls' sh '/usr/local/bin/aws s3 ls'
sh '/usr/local/bin/aws s3 ls s3://techprimers-s3/' sh '/usr/local/bin/aws s3 ls s3://techprimers-s3/'
} }