commit | dd365a8d6db37fc708d30608df5bd0785abc70b6 | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Mon Aug 28 14:09:21 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Mon Aug 28 14:09:21 2017 +0200 |
tree | 7d65d16dc3cd1e91b09ff2733ba936ece237acae | |
parent | dd7754b343a715c943154fff08cef8fad4ed8754 [diff] [blame] |
Build libvirt-exporter for trusty Change-Id: I2a1138625cd64152b6767e89f3028213d2f7e091
diff --git a/build-debian-packages-libvirt-exporter.groovy b/build-debian-packages-libvirt-exporter.groovy index ab83db6..d373961 100644 --- a/build-debian-packages-libvirt-exporter.groovy +++ b/build-debian-packages-libvirt-exporter.groovy
@@ -31,7 +31,7 @@ } } - def img = dockerLib.getImage("tcpcloud/debian-build-ubuntu-xenial") + def img = dockerLib.getImage("tcpcloud/debian-build-ubuntu-${DIST}") stage("build package") { img.inside("-u root:root") { sh("apt-get update && apt-get install ruby ruby-dev && gem install fpm")