mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
exclude .git on stashBack (#4854)
This change allows usage of `stashNoDefaultExcludes` parameter, as otherwise I think it it impossible to stash back the .git repository. It should not affect anything if `stashNoDefaultExcludes` is not used.
This commit is contained in:
parent
f6a3bbe655
commit
fc67751d7b
@ -237,7 +237,7 @@ steps:
|
||||
workspace: '**/*'
|
||||
stashExcludes:
|
||||
workspace: 'nohup.out'
|
||||
stashBack: '**/node_modules/**,nohup.out'
|
||||
stashBack: '**/node_modules/**,nohup.out,.git/**'
|
||||
dubExecute:
|
||||
dockerImage: 'dlang2/dmd-ubuntu:latest'
|
||||
githubPublishRelease:
|
||||
|
Loading…
x
Reference in New Issue
Block a user