Update Jenkinsfile
This commit is contained in:
parent
8e8d583fcc
commit
49771f96b7
|
@ -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 .'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue