add new branch for aws deploy testing

This commit is contained in:
TechPrimers
2018-06-10 18:18:27 +05:30
parent a1ce73f535
commit 9037623604

2
Jenkinsfile vendored
View File

@@ -29,6 +29,8 @@ pipeline {
sh 'export AWS_SECRET_ACCESS_KEY=$PASSWORD' sh 'export AWS_SECRET_ACCESS_KEY=$PASSWORD'
sh 'export AWS_DEFAULT_REGION=ap-south-1' sh 'export AWS_DEFAULT_REGION=ap-south-1'
} }
sh 'cd ~'
sh 'pwd'
sh 'ls -lrt' sh 'ls -lrt'
sh 'whoami' sh 'whoami'
sh '/usr/local/bin/aws s3 ls' sh '/usr/local/bin/aws s3 ls'