#!groovy

@Library('infraLib') _

genericPythonPipelineV2 {
  project      = 'billing-report'
  projectGroup = "infra"

  awsProfile   = "gdb-infra-dev"
  awsAccountId = "483193324480"

  octopusProject    = 'infra.billing-report'
  ecrRepositoryName = 'infra/lambda/billing-report'
  deployEnv = [
    'prod',
    'skip_deployment'
  ]

  notificationsChannel = '#infra-cicd-alerts'

  working_directory = 'Lambda/billing_report'
}
