From de393206ec7d9148bceddbdab32a1e15a72d8bcf Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 9 Jan 2018 18:37:43 -0800 Subject: Update testng CSIT template Re-order steps for post build actions for csit testng template. Change-Id: Id1a9eee7cb05abeccb1570e55aa5477d154fab38 Issue-ID: CIMAN-119 Signed-off-by: Jessica Wagantall --- jjb/integration/integration-templates-csit.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg