Update Jenkinsfile
This commit is contained in:
parent
4139da1fdd
commit
9b893e0510
|
@ -13,7 +13,7 @@ pipeline {
|
||||||
TWILIO_CREDS = credentials('twilio-creds')
|
TWILIO_CREDS = credentials('twilio-creds')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'whoami'
|
sh 'sudo chmod a+rwx *'
|
||||||
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