diff options
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 3221c610e..14a6a2b02 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -838,11 +838,11 @@ publishers: - archive-artifacts: - artifacts: 'csit/report.html, csit/log.html, csit/output.xml' + artifacts: 'csit/archive/*.*' latest-only: false - robot-report: - output-path: 'csit' + output-path: 'csit/archive/*.*' - fdio-infra-shiplogs: maven-version: 'mvn33-new' |