Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 02:38:39 -05:00 committed by GitHub
parent 770d3898e9
commit df0bba6121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
TWILIO_CREDS = credentials('twilio-creds') TWILIO_CREDS = credentials('twilio-creds')
} }
steps { steps {
sh 'chown -R root:jenkins' sh 'chown -R root:jenkins *'
sh 'sudo cp $TWILIO_CREDS .env' sh 'sudo cp $TWILIO_CREDS .env'
sh 'docker build -t microblog:latest .' sh 'docker build -t microblog:latest .'
} }