Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 14:19:33 -05:00 committed by GitHub
parent 8e8d583fcc
commit 49771f96b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

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