From 6edd8bacb09e8df0c78aed6c3aba503edcab7f17 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Thu, 30 Nov 2017 18:00:27 +0200 Subject: Update sdc jjb jobs Add testNG plugin parameters to sdc jobs Change-Id: I8fca76611535ff9ec5646bd7f297c54fe0ba7164 Issue-ID: SDC-612 Signed-off-by: Yuli Shlosberg --- jjb/sdc/sdc-csit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jjb/sdc/sdc-csit.yaml') diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index 5a4c9bf26..86018ae5d 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -2,8 +2,8 @@ - project: name: sdc-csit jobs: - - '{project-name}-{stream}-verify-csit-{functionality}' - - '{project-name}-{stream}-csit-{functionality}' + - '{project-name}-{stream}-verify-csit-{functionality}-testng' + - '{project-name}-{stream}-csit-{functionality}-testng' project-name: 'sdc' stream: - 'master': @@ -17,3 +17,5 @@ - '{project-name}-{stream}-docker-version-java-daily' robot-options: '' branch: 'master' + html-dir: 'archives' + html-files: 'SDC_CI_Extent_Report.html' \ No newline at end of file -- cgit 1.2.3-korg