diff options
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index dac4c2846..71f8ab6d2 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -106,15 +106,17 @@ - integration-run-test publishers: - - integration-robot: - unstable-if: 0.0 - pass-if: 100.0 - - lf-infra-publish - testng: pattern: archives/testng-results.xml escape-test-description: true escape-exception-msg: true show-failed-builds: true + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 - html-publisher: allow-missing: false dir: '{html-dir}' @@ -122,9 +124,7 @@ keep-all: false link-to-last-build: false name: ExtentReport - - junit: - results: archives/testng-results.xml - health-scale-factor: 1.0 + - lf-infra-publish - job-template: name: '{project-name}-{stream}-csit-{functionality}' @@ -254,4 +254,4 @@ files: '{html-files}' keep-all: false link-to-last-build: false - name: ExtentReport
\ No newline at end of file + name: ExtentReport |