diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-31 17:14:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-31 17:14:31 +0100 |
commit | da83130ea136b3c7f6008f5dc275b1e764fa9fbb (patch) | |
tree | a2774638c45500ac2dfd6391903342d3a5428e41 /jenkinsfile.edk2 | |
parent | d8d71502929c11cfe4d4cd62d1655d0f7b9fe46d (diff) | |
download | jenkinsfiles-da83130ea136b3c7f6008f5dc275b1e764fa9fbb.tar.gz |
edk2: try fix unstash #2
Diffstat (limited to 'jenkinsfile.edk2')
-rw-r--r-- | jenkinsfile.edk2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.edk2 b/jenkinsfile.edk2 index 210c26b..7603141 100644 --- a/jenkinsfile.edk2 +++ b/jenkinsfile.edk2 @@ -17,7 +17,7 @@ def BuildX64(tag, args) { def TestSimpleX64(tag, args) { dir (tag) { - unstash name: tag + unstash "$tag" } sh """ scripts/qemu-boot-kernel $args \ |