test credentials
Change-Id: I330b95e61e2a4fe6722600bcdb57d2e68949f105
diff --git a/mk-k8s-mcp-oc-deploy-pipeline.groovy b/mk-k8s-mcp-oc-deploy-pipeline.groovy
index ec007ed..c6abc6c 100644
--- a/mk-k8s-mcp-oc-deploy-pipeline.groovy
+++ b/mk-k8s-mcp-oc-deploy-pipeline.groovy
@@ -22,6 +22,7 @@
git = new com.mirantis.mk.git()
openstack = new com.mirantis.mk.openstack()
salt = new com.mirantis.mk.salt()
+common = new com.mirantis.mk.common()
node {
@@ -39,6 +40,7 @@
stage ('Download Heat templates') {
git.checkoutGitRepository('template', HEAT_TEMPLATE_URL, HEAT_TEMPLATE_BRANCH, HEAT_TEMPLATE_CREDENTIALS)
+ println(common.getPasswordCredentials(SALT_MASTER_CREDENTIALS))
}
stage('Install OpenStack env') {