Skip to content

Commit

Permalink
Fail early if there's going to be a pip install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 30, 2020
1 parent 87d46d7 commit 2c05083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ pipeline {
script {
// code for building s3 index files
sh 'git clone https://github.com/justaddcoffee/go-site.git'
// fail early if there's going to be a problem installing these
sh '. venv/bin/activate && ./venv/bin/pip install awscli pystache boto3'

// make sure we aren't going to clobber existing data
withCredentials([file(credentialsId: 's3cmd_kg_hub_push_configuration', variable: 'S3CMD_CFG')]) {
Expand Down

0 comments on commit 2c05083

Please sign in to comment.