locals {
  multibranch_pipelines_with_remote_jenkinsfile = {
    decibel-pg2kinesis = {
      name     = "decibel-pg2kinesis"
      http_url = "https://github.com/theorchard/decibel-pg2kinesis"
      ssh_url  = "git@github.com:theorchard/decibel-pg2kinesis.git"
      branches_to_build = [
        "master", "develop",
      ]
      disabled = true
    }
    decibel-um-events-processor-lambda = {
      name     = "decibel-um-events-processor-lambda"
      http_url = "https://github.com/theorchard/decibel-um-events-processor-lambda"
      ssh_url  = "git@github.com:theorchard/decibel-um-events-processor-lambda.git"
      branches_to_build = [
        "master", "develop",
      ]
      disabled = false
    }
    marketing-data-entry = {
      name     = "marketing-data-entry"
      http_url = "https://github.com/theorchard/marketing-data-entry"
      ssh_url  = "git@github.com:theorchard/marketing-data-entry.git"
      branches_to_build = [
        "master", "develop", "qa", "production", "uat",
      ]
      disabled = false
    }


  }
}
