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

Pipeline AWS plugin can't find folder level credentials

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • pipeline-aws-plugin
    • CloudBees Jenkins Enterprise 2.46.3.2-rolling
      Pipeline AWS 1.9

      The Pipeline AWS plugin doesn't seem to recognize folder level credentials.  For example:

      withAWS(region: "us-east-1", credentials: "my-aws-creds") {
          cfnUpdate(...)
      }

      If "my-aws-creds" are defined on the parent folder of the multi-branch pipeline job that runs this code from my Jenkinsfile, the creds are not be found.  If instead, I define them at the root level of Jenkins, it works.

      It would be nice if folder level credentials were recognized, so administrators don't have to add credentials on behalf of developers.

            hoegertn Thorsten Hoeger
            kflavin Kyle Flavin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: