Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32908

Support global variable usage in configuration files

XMLWordPrintable

      It seems that the configuration does not allow the use of the global passwords. It would be a nice way to keep secrets in configuration files. For instance, take a .pypirc file:

      .pypirc
      [distutils]
      index-servers =
          PyPI
      
      [PyPI]
      repository: https://pypi.python.org/pypi
      username: jenkins
      password: ${PYPI_JENKINS_PASS}
      

      It would be great if we could store PYPI_JENKINS_PASS in the global passwords and access it from these files, so that it would parse them at write time.

            domi Dominik Bartholdi
            theherk Herkermer Sherwood
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: