Enable access to credentials within CPS workflow scripts

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
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: