Deployment variables aren't being exported to scripts

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: High
    • None
    • Affects Version/s: 5.0
    • Component/s: Variables
    • None

      In an inline script that performs the following:

      env | sort
      echo "bamboo.deploy.environment=${bamboo.deploy.environment}"
      

      the following is output (note bamboo_deploy_environment and other Deployment variables are missing):

      build	10-Sep-2013 07:09:22	bamboo_crowd_current_trunk_snapshot=2.1.0-SNAPSHOT
      build	10-Sep-2013 07:09:22	bamboo_fecru_next_security_development_plan=CRUCHG-BR26
      .
      .
      .
      build	10-Sep-2013 07:09:22	bamboo.deploy.environment=dev
      

      It is expect to have bamboo_deploy_environment=dev exported to the environment for scripts.

              Assignee:
              Unassigned
              Reporter:
              JoshA
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: