JSON value substitution in bitbucket pipeline
16:18 17 Sep 2019

I have a JSON file "appSettings.json" which has the following content:

{
  "Branch": {
    "Name": "test"
  },
}

My question is, how do I set the value "Branch.Name" to something else when running the bitbucket pipleline?

bitbucket-pipelines