From 8e8d583fccfff71fa9788b9576d8a012aa23b1ea Mon Sep 17 00:00:00 2001 From: Manraj Date: Sat, 11 Mar 2023 14:16:11 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da6d51b..6913362 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { TWILIO_VERIFY_SERVICE_ID = credentials('TWILIO_ACCOUNT_SID') } steps { - echo '$TWILIO_ACCOUNT_SID' + sh 'cat .env' sh 'docker build -t microblog:latest .' } }