Skip to content

Commit

Permalink
Merge branch 'master' into tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWoodward authored Dec 5, 2018
2 parents 23a1f59 + 98d0399 commit 4d339b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/release.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pipeline {
parameters {
string(name: 'BUCKET', defaultValue: 'openstax-sandbox-rex-primary', description: 'the bucket to add to. This should not change frequently')
string(name: 'RELEASE_ID', description: 'A unique ID for the release. Can be anything but the CloudFormation -> Origins -> RexS3PrimaryOrigin will need to be updated when the build is complete')
string(name: 'CODE_VERSION', defaultValue: 'master', description: 'the branch or tag to build')
string(name: 'BOOKS', defaultValue: '{"031da8d3-b525-429c-80cf-6c8ed997733a":{"defaultVersion":"14.4"}}', description: 'Configuration of which books to prerender')
}
stages {
Expand Down

0 comments on commit 4d339b1

Please sign in to comment.