-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.79
Slave Windows Server 2016
After changing to a specified Directory, stash do not find the files if the includes path has been prepend with ./
Do not work:
dir("D:\\publish\\") { stash name: 'Setup-EXE', includes: './Setup/*' }
Work like a charm:
dir("D:\\publish\\") { stash name: 'Setup-EXE', includes: 'Setup/*' }
Regards, Éric.
[JENKINS-46992] stash could do not find relative path with './' prepend
Component/s | New: workflow-basic-steps-plugin [ 21712 ] | |
Component/s | Original: pipeline [ 21692 ] |
Labels | Original: stash | New: stash triaged-2018-11 |