diff --git a/Jenkinsfile b/Jenkinsfile index 732209a..aaa80f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { TWILIO_CREDS = credentials('twilio-creds') } steps { - sh 'whoami' + sh 'sudo chmod a+rwx *' sh 'cp $TWILIO_CREDS .env' sh 'docker build -t microblog:latest .' }