diff options
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 9 | ||||
-rw-r--r-- | jjb/global-macros.yaml | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index dcedc68e3..9b147bad0 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -56,7 +56,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-functional-hw-tb2' @@ -103,7 +104,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-functional-nodepool' @@ -138,7 +140,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-master-verify-weekly' diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index a1f106985..8e7878b5e 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -190,7 +190,7 @@ name: robot-report publishers: - robot: - output-path: '' + output-path: '{output-path}' other-files: '' ###### BUILDERS |