1
0
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:
Christopher Fenner 2019-02-05 13:39:02 +01:00 committed by GitHub
commit 1f6646e5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ steps:
dockerExecuteOnKubernetes:
stashContent: []
stashIncludes:
workspace: '**/*.*'
workspace: '**/*'
stashExcludes:
workspace: 'nohup.out'
githubPublishRelease:

View File

@ -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) {