From 903762360401eda5c48ba880d91405e8b1b75f1d Mon Sep 17 00:00:00 2001 From: TechPrimers Date: Sun, 10 Jun 2018 18:18:27 +0530 Subject: [PATCH] add new branch for aws deploy testing --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index dae9bce..6226802 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,6 +29,8 @@ pipeline { sh 'export AWS_SECRET_ACCESS_KEY=$PASSWORD' sh 'export AWS_DEFAULT_REGION=ap-south-1' } + sh 'cd ~' + sh 'pwd' sh 'ls -lrt' sh 'whoami' sh '/usr/local/bin/aws s3 ls'