diff options
author | Philip Hands <phil@hands.com> | 2016-06-06 22:45:09 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-10 11:19:54 +0200 |
commit | c8d42bb1b22eee148a6b352530e949e97155f635 (patch) | |
tree | 9bdf887b7c4cc06bbc0170ae454251bd04998b1e /bin | |
parent | be08ee19d577baca6733d4eece26c4335518d58f (diff) | |
download | jenkins.debian.net-c8d42bb1b22eee148a6b352530e949e97155f635.tar.xz |
lvc: name VMs after the job, so snapshots are distinct
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lvc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |