1
0
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:
Tomáš Hartmann 2024-03-26 09:18:15 +01:00 committed by GitHub
parent f6a3bbe655
commit fc67751d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: