From 49771f96b77a830bf75b9e2bbbaf3f0737889962 Mon Sep 17 00:00:00 2001 From: Manraj Date: Sat, 11 Mar 2023 14:19:33 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6913362..eb2bdb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,13 +9,7 @@ pipeline { } } stage('Build') { - environment { - TWILIO_ACCOUNT_SID = credentials('TWILIO_ACCOUNT_SID') - TWILIO_AUTH_TOKEN = credentials('TWILIO_ACCOUNT_SID') - TWILIO_VERIFY_SERVICE_ID = credentials('TWILIO_ACCOUNT_SID') - } steps { - sh 'cat .env' sh 'docker build -t microblog:latest .' } }