-
Bug Report
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
Since the deployment job has been moved to GHA, deployment of the persistent environment fails because it cannot find a branch called "persistent". However, this branch never existed so it is indeed an issue with the job setup. We need to be able to test in this environment, so the deployment job requires fixing. The branch or image to be deployed should be a parameter to the job itself.
Steps to reproduce:
Actual result:
Trigger the deployment of the persistent environment on Jenkins and observe the failure in ArgoCD: https://argocd.int.camunda.com/applications?showFavorites=false&proj=&sync=&health=&namespace=&cluster=&labels=
Expected result:
The persistent environment is deployed from the parameterised branch
This is the controller panel for Smart Panels app
- is duplicated by
-
OPT-6736 Setting a branch parameter to deploy the persistent environment
- Done