Update Jenkinsfile
This commit is contained in:
parent
207d788904
commit
41be7f86ed
|
@ -13,8 +13,7 @@ pipeline {
|
||||||
TWILIO_CREDS = credentials('twilio-creds')
|
TWILIO_CREDS = credentials('twilio-creds')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Copying .env file...'
|
sh 'cp $TWILIO_CREDS .env'
|
||||||
sh 'cp ${TWILIO_CREDS} .env'
|
|
||||||
sh 'docker build -t microblog:latest .'
|
sh 'docker build -t microblog:latest .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue