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

Allow to unstash all stashes with a single command

XMLWordPrintable

      In our pipeline jobs we run ~100 tasks that run on different agents.
      We are using stash() to collect a result file from each task.
      At the end of the pipeline we unstash all and summarize the results.

      Currently it's only possible by calling unstash() for each previous stash with the stash name.

      It would be handy if it would be possible to either:

      • unstash all stashes with a single command, without having to specify stash names
      • being able to pass a regex to unstash() to match names, this regex could also support to unstash all stashes

            Unassigned Unassigned
            fho Fabian Holler
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: