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

pipeline-utility-steps zip creates endless zip

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • None
    • jenkins 2.242
      pipeline-utility-steps-plugin 2.6.1
    • pipeline-utility-steps:2.7.0

      after upgrading pipeline-utility-steps plugin to 2.6.1 the pipeline

      ```
      stage('Package') {
      dir('Deployment')

      { // Generate a zip file from all files under binaries folder zip(zipFile: buildArtifactZipName, archive: false) }

      }
      ```
      creates a zip file that is endlessly growing, using up all the available disk space.
      Downgrading the plugin to 2.6.0 "fixes" it.

      We think the issue is possibly due to the change done in https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/c093b94d2ef3dc7f8b2329d397f7ca3cc27664a7

            allan_burdajewicz Allan BURDAJEWICZ
            pistahh Istvan Szekeres
            Votes:
            6 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: