commit | ad2b36bc8a0831ec24b2a87585a32420a9188725 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Sat Mar 04 20:33:41 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Sun Mar 05 08:48:15 2017 +0100 |
tree | 5952dfb9ff464b84df038d87a785ff12bec5afc9 | |
parent | 6150929c6913f1a50744611b43e0b00d07a6a34a [diff] [blame] |
Include common lib Change-Id: I655d09d9472327099a4f90c3d4105ee9b1d692ec
diff --git a/cicd-lab-pipeline.groovy b/cicd-lab-pipeline.groovy index a55d96e..db3492a 100644 --- a/cicd-lab-pipeline.groovy +++ b/cicd-lab-pipeline.groovy
@@ -26,6 +26,7 @@ * */ +common = new com.mirantis.mk.Common() git = new com.mirantis.mk.Git() openstack = new com.mirantis.mk.Openstack() salt = new com.mirantis.mk.Salt()