add new branch for aws deploy testing

This commit is contained in:
TechPrimers
2018-06-10 18:29:29 +05:30
parent 0205396449
commit f08e6e83f2

4
Jenkinsfile vendored
View File

@@ -23,8 +23,8 @@ pipeline {
stage ('Deployment Stage') {
steps {
sh '/usr/local/bin/aws s3 cp target/jenkins-example*.jar s3://techprimers-s3/'
sh 'cd target'
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 s3://techprimers-s3/'
}