commit | 4c3c57de493b83825abfc666482791d26393331d | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu May 02 16:14:47 2019 +0200 |
committer | Martin Polreich <mpolreich@mirantis.com> | Wed May 29 13:08:59 2019 +0000 |
tree | 60c05449d064fb5728dd93a6042c2b33c21182a2 | |
parent | b6e8c0a823f7a8d5d1a76343f4aeeb1521a0df6f [diff] [blame] |
Rename PATH variable to avoid colission with system vars Fixes: PROD-29941 Change-Id: Ib077a1f66f3e6fc9c9f9679cbfe55b23b168cef1
diff --git a/jenkins/client/job/deploy/update/virt_snapshot.yml b/jenkins/client/job/deploy/update/virt_snapshot.yml index be92c8d..418f0d3 100644 --- a/jenkins/client/job/deploy/update/virt_snapshot.yml +++ b/jenkins/client/job/deploy/update/virt_snapshot.yml
@@ -57,7 +57,7 @@ type: string default: "snapshot1" description: "Snapshot name" - PATH: + LIBVIRT_IMAGES_PATH: type: string default: "/var/lib/libvirt/images" description: "Path where snapshot image and dumpxml are being put"