Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-14892

There is no way to set an environment variable with a dot

    XMLWordPrintable

Details

    Description

      Docker has an opportunity to set an environment variable with a dot:
      -e "bootstrap.memory_lock=true"
      or docker-compose:

      #!yaml
      
          environment:
            - cluster.name=docker-cluster
            - bootstrap.memory_lock=true
      
      

      And it's requirements for some projects (https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html)

      But bitbucket-pipelines.yml provides only one way for environment variables - as dict. So and we can't use dots in names as in the example above.

      Attachments

        Activity

          People

            Unassigned Unassigned
            373b24bcf743 mastak
            Votes:
            6 Vote for this issue
            Watchers:
            17 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: