Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-12403

Allow nested variables

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • 6.3.0
    • Variables
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      I have a global variable:

      job.config=my_job_config
      

      And I have a plan variable:

      maven.settings=${bamboo.job.config}/maven/myFile.xml
      

      I've configured my plan to echo the maven.settings variable this way:

      echo ${bamboo.maven.settings}
      

      But when the plan is run I end up with:

      Substituting variable: ${bamboo.maven.settings} with ${bamboo.job.config}/maven/myFile.xml
      

      As can be seen, it did not resolve the nested variable to my_job_config.

      I've realized that there's a paid third party plugin called Bamboo Nested Variables available in our Marketplace. However, if we suggest our customers to use this plugin and they have problems with it in the future, we probably won't be able to help them as much as we would like.

            Unassigned Unassigned
            fkraemer Felipe Kraemer
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: