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

Enable access to credentials within CPS workflow scripts

    XMLWordPrintable

Details

    Description

      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' }
      

      Attachments

        Issue Links

          Activity

            jglick Jesse Glick added a comment -

            There are problems with the suggested approach. I think this would be better handled via JENKINS-26051 and JENKINS-26099.

            jglick Jesse Glick added a comment - There are problems with the suggested approach. I think this would be better handled via JENKINS-26051 and JENKINS-26099 .
            jglick Jesse Glick added a comment -

            Not taking this approach.

            jglick Jesse Glick added a comment - Not taking this approach.

            People

              akbertram Alexander Bertram
              akbertram Alexander Bertram
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: