*-test: jenkins.sh: Print junit output at the end

This commit is contained in:
Pau Espin 2018-02-19 11:59:00 +01:00
parent 24829d6f78
commit 51deedd956
7 changed files with 7 additions and 0 deletions

View File

@ -38,3 +38,4 @@ network_remove
rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/ggsn-tester/junit-*.log || true

View File

@ -30,3 +30,4 @@ docker container stop -t 1 ${BUILD_TAG}-stp
network_remove
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/m3ua-tester/junit-*.log || true

View File

@ -34,3 +34,4 @@ network_remove
rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/mgw-tester/junit-*.log || true

View File

@ -33,3 +33,4 @@ docker container stop -t 1 ${BUILD_TAG}-stp
network_remove
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/sua-tester/junit-*.log || true

View File

@ -55,3 +55,4 @@ network_remove
rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/bsc-tester/junit-*.log || true

View File

@ -52,3 +52,4 @@ rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
rm -rf $VOL_BASE_DIR/unix
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/msc-tester/junit-*.log || true

View File

@ -36,3 +36,4 @@ network_remove
rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
cp -a $VOL_BASE_DIR/* $WORKSPACE/logs/
cat $WORKSPACE/logs/sgsn-tester/junit-*.log || true