Hello,
I have a pipeline that takes a SQL script and invokes it into a database via powershell.
I have a variable "database", which is "value1" for the main branch (master) and "value2" which I have overridden for branch "development.
The problem I am having: when running development branch build I can see in logs that Bamboo substitutes the database variable for the one set in master branch. What I mean is, it takes "value1", but not "value2". Does anybody have an idea where the problem might be?
Log:
I checked newer logs and apparently it started working for some reason.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.