Merge branch 'master' into pr/allowSingleLineDocuComments

This commit is contained in:
Christopher Fenner
2019-02-05 13:39:02 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ steps:
dockerExecuteOnKubernetes:
stashContent: []
stashIncludes:
workspace: '**/*.*'
workspace: '**/*'
stashExcludes:
workspace: 'nohup.out'
githubPublishRelease:
+1 -1
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) {