mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Update dockerExecuteOnKubernetes.groovy (#474)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user