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 .' } }