summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-06 22:45:09 +0200
committerPhilip Hands <phil@hands.com>2016-06-10 11:19:54 +0200
commitc8d42bb1b22eee148a6b352530e949e97155f635 (patch)
tree9bdf887b7c4cc06bbc0170ae454251bd04998b1e /bin
parentbe08ee19d577baca6733d4eece26c4335518d58f (diff)
downloadjenkins.debian.net-c8d42bb1b22eee148a6b352530e949e97155f635.tar.xz
lvc: name VMs after the job, so snapshots are distinct
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lvc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 80163b01..526d7e9e 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -60,7 +60,7 @@ RESULTS=$WORKSPACE/results
IMAGE=$WORKSPACE/$(basename $URL)
-LIBVIRT_DOMAIN_NAME="lvcVM-$EXECUTOR_NUMBER"
+LIBVIRT_DOMAIN_NAME="lvcVM-$JOB_NAME"
rm -rf $RESULTS $WORKSPACE/screenshot{,-thumb}.png