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

withCredentials + file does not work with the same credentialsId across stages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Jenkins ver. 2.138.2
      credentials-binding: 1.17

      when using multiple blocks such as:

       

      withCredentials([file(credentialsId: 'KEYFILE', variable: 'KEYFILE')]) {
        sh 'ls -lh ${KEYFILE}'
      }

       

      across multiple stages within the same Jenkinsfile/pipeline - it will only work the first time. After the first credentials-binding block, the keyfile gets deleted but not re-created.

       

      Expectations: either have the keyfile re-created each time, or have the keyfile only deleted after the build (documented behaviour)

       

            Unassigned Unassigned
            lifeofguenter Günter Grodotzki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: