Enable access to credentials within CPS workflow scripts

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Workflow scripts need access to Jenkins credentials in order to execute deployments, interact with web services, etc.

      Ideally, a list of all credentials available to the current build would be exposed to workflow in the same way as 'env', allowing the script to choose the correct credential using fluent Groovy, for example:

      def token = credentials.find { it -> it.domain.name == 'HipChat.com' && it.username == 'bot' }
      

            Assignee:
            Alexander Bertram
            Reporter:
            Alexander Bertram
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: