mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Merge branch 'master' into pr/allowSingleLineDocuComments
This commit is contained in:
commit
1f6646e5cc
@ -157,7 +157,7 @@ steps:
|
||||
dockerExecuteOnKubernetes:
|
||||
stashContent: []
|
||||
stashIncludes:
|
||||
workspace: '**/*.*'
|
||||
workspace: '**/*'
|
||||
stashExcludes:
|
||||
workspace: 'nohup.out'
|
||||
githubPublishRelease:
|
||||
|
@ -122,7 +122,7 @@ chown -R 1000:1000 ."""
|
||||
stash(
|
||||
name: stashName,
|
||||
includes: config.stashIncludes.workspace,
|
||||
excludes: config.stashExcludes.excludes
|
||||
excludes: config.stashExcludes.workspace
|
||||
)
|
||||
return stashName
|
||||
} catch (AbortException | IOException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user