From: garciadeblas Date: Fri, 23 Sep 2022 07:32:34 +0000 (+0200) Subject: Minor changes in stage3 to get robot reports when using pabot X-Git-Tag: release-v13.0-start~27 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=43070965a5cc9c7109f8150eacde2037bdb04f00 Minor changes in stage3 to get robot reports when using pabot Change-Id: I9e01db3518a9a72ffdc3b3b6df1a6c380e5f0857 Signed-off-by: garciadeblas --- 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([