Update dockerExecuteOnKubernetes.groovy (#474)

This commit is contained in:
Christopher Fenner
2019-01-31 08:49:31 +01:00
committed by GitHub
parent def66f4ffa
commit fbb9cbeb3c
+2 -2
View File
@@ -110,8 +110,8 @@ private String stashWorkspace(config, prefix) {
sh "chown -R 1000:1000 ."
stash(
name: stashName,
include: config.stashIncludes.workspace,
exclude: config.stashExcludes.excludes
includes: config.stashIncludes.workspace,
excludes: config.stashExcludes.excludes
)
return stashName
} catch (AbortException | IOException e) {