From 43070965a5cc9c7109f8150eacde2037bdb04f00 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 23 Sep 2022 09:32:34 +0200 Subject: [PATCH] Minor changes in stage3 to get robot reports when using pabot Change-Id: I9e01db3518a9a72ffdc3b3b6df1a6c380e5f0857 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index a65b8b70..f7e77c6d 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -104,7 +104,8 @@ void run_robot_systest(String tagName, -v ${portmappingfile}:/root/port-mapping.yaml ${hostfilemount} opensourcemano/tests:${tagName} \ -c -t ${testName}""") } finally { - sh("cp ${tempdir}/* .") + sh("cp ${tempdir}/*.xml .") + sh("cp ${tempdir}/*.html .") outputDirectory = sh(returnStdout: true, script: 'pwd').trim() println("Present Directory is : ${outputDirectory}") step([ -- 2.17.1