[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: also save thumbnail of last screenshot and be more verbose

Holger Levsen holger at layer-acht.org
Sat May 21 13:18:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e0e5bb3fd2775763dfd2806536ce55e899c08f1c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 21 15:17:40 2016 +0200

    lvc: also save thumbnail of last screenshot and be more verbose
---
 bin/lvc.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/lvc.sh b/bin/lvc.sh
index 06d9cd8..563fa76 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -110,9 +110,11 @@ echo "Debug log available at runtime at https://jenkins.debian.net/view/lvc/job/
 
 /srv/jenkins/cucumber/bin/run_test_suite --vnc-server-only --capture-all --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty --format pretty_debug --out $PWD/results/debug.log /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}"
 
+echo "Trying to preserve last screenshot…"
 LAST_SCREENSHOT=$(ls -t1 results/*.png | head -1)
 if [ -e "$LAST_SCREENSHOT" ] ; then
         cp $LAST_SCREENSHOT $WORKSPACE/screenshot.png
+	convert $WORKSPACE/screenshot.png -adaptive-resize 128x96 $WORKSPACE/screenshot-thumb.png
 fi
 
 cleanup_all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list