Add the ability to assign workspace variables to a repository variable or deployment variable

XMLWordPrintable

      Currently, if you have the following scenario -

      workspace Variable: value -
      project_id_dev: some_project_dev

      deployment variable: value -
      dev:
      project_id: $project_id_dev

      pipelines:
      branches:
      dev:

      • step:
        deployment: dev
        script:
      • echo $project_id

      result:
      $project_id_dev

      expected:
      some_project_dev

      In other words, if you try to assign a workspace variable to a deployment variable (or a repository variable), it takes the literal value - "$project_id_dev". It does not resolve the actual variable name. Can we implement a feature where assigning one variable value as another is possible?

            Assignee:
            Unassigned
            Reporter:
            Aravind Anil (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: