Skip to content

Commit

Permalink
add sbox release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pateman committed May 6, 2022
1 parent 978709c commit ec1080b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .infracost/terraform_modules/kv
Submodule kv added at a37a11
1 change: 1 addition & 0 deletions .infracost/terraform_modules/kv.log_analytics_workspace
Submodule kv.log_analytics_workspace added at b222fb
1 change: 1 addition & 0 deletions .infracost/terraform_modules/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Modules":[{"Key":"kv","Source":"git@github.com:hmcts/cnp-module-key-vault?ref=master","Dir":".infracost\\terraform_modules\\kv"},{"Key":"kv.log_analytics_workspace","Source":"git::https://github.com/hmcts/terraform-module-log-analytics-workspace-id.git?ref=master","Dir":".infracost\\terraform_modules\\kv.log_analytics_workspace"}]}
5 changes: 2 additions & 3 deletions Jenkinsfile_parameterized
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
def product = "pip"
def component = "bootstrap"

def branchesToSync = ['demo', 'test', 'ithc']

withInfraPipeline(product, component) {
syncBranchesWithMaster(branchesToSync)
withParameterizedInfraPipeline(product, "sbox", "sbox", component) {

}

0 comments on commit ec1080b

Please sign in to comment.