File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ pipeline {
6464
6565 # Fetch previously collected test results and already generated files (that would otherwise be re-generated)
6666 allTestResultsDirectory="${EP_ECLIPSE_DROPS}/${buildID}/testresults"
67- if ssh genie.releng@projects-storage.eclipse.org "[ -d '${allTestResultsDirectory}' ]"; then
67+ if ssh genie.releng@projects-storage.eclipse.org "[ -d '${allTestResultsDirectory}/xml ' ]"; then
6868 # First delete result files from a previous run of the same configuration (in case that test configuration was run again).
6969 ssh genie.releng@projects-storage.eclipse.org rm -rfv ${allTestResultsDirectory}/${triggeringJob}* ${allTestResultsDirectory}/*/*${triggeringJob}*
7070 rsync -avzh genie.releng@projects-storage.eclipse.org:${allTestResultsDirectory}/xml ${buildDirectory}/testresults
You can’t perform that action at this time.
0 commit comments