-
Bug
-
Resolution: Fixed
-
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')
}
```
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
- is duplicated by
-
JENKINS-63147 zip step hangs while recursively zipping the zipfile itself
- Closed
- links to