Forum Discussion
gwolszczak
2 years agoFrequent Visitor
Git Integration - Parameters
Is it possible to bind the selected parameter values with a specific branch in git? I have the following setup: DEV Workspace - Dev Branch in Git project PROD Workspace - main Branch in Git ...
gwolszczak
2 years agoFrequent Visitor
Using deployment pipelines won't work unfortunately. We are using PowerON visuals that require connection details that are nor parameteized but stored directly in the report.json code. Testing DevOPS pipeline options; currently we do it manually which is a bit of a headache.
MNorstedt
2 years agoFrequent Visitor
Ah, I misunderstood your issue. We currently use the pipelines to change connections and parameters however I don't think stepping away from the pipeline will work when git syncs the code (as it should) as the parameters need to be diffetent between workspaces/branches.
Good luck on the quest to find an answer for your issue!