pipeline-utility-steps zip creates endless zip

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • 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

            Assignee:
            Allan BURDAJEWICZ
            Reporter:
            Istvan Szekeres
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: