commit | 5e442a366eb66635752591c3fda2227ee75972f6 | [log] [tgz] |
---|---|---|
author | Marek Celoud <mceloud@mirantis.com> | Thu Mar 16 10:15:53 2017 +0100 |
committer | Marek Celoud <mceloud@mirantis.com> | Thu Mar 16 10:15:53 2017 +0100 |
tree | cc5d495708937ac9914b2df14ea5b52b20791120 | |
parent | 1ad5e2a75902c828066caf21ee6621f89b897e72 [diff] |
change pipeline port to 6969 Change-Id: Ic1eed7fb30ffb9fee32974c5872a02a90d8f1afd
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy index b36543a..f134316 100644 --- a/lab-pipeline.groovy +++ b/lab-pipeline.groovy
@@ -103,9 +103,9 @@ currentBuild.description = "${HEAT_STACK_NAME}: ${saltMasterHost}" if (INSTALL.toLowerCase().contains('kvm')) { - saltPort = 8088 + saltPort = 6969 } else { - saltPort = 8000 + saltPort = 6969 } SALT_MASTER_URL = "http://${saltMasterHost}:${saltPort}"