commit | 31cb1d834032647153be689ccfb4bda0ec7fe31e | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Jan 27 09:41:11 2021 +0200 |
committer | harhipova <harhipova@mirantis.com> | Wed Feb 10 15:38:59 2021 +0000 |
tree | 0ace63cfa23a6bc7670d354ca90209c4f99ed9f8 | |
parent | 696e0895d921690845e40398d338c036f096fdc4 [diff] [blame] |
PROD-35900 Conditional deployment of the empty node Change-Id: If8dec13efbb862d14f6d8ff0108ee18b9795234e
diff --git a/jobs/pipelines/deploy-cicd-and-run-tests.groovy b/jobs/pipelines/deploy-cicd-and-run-tests.groovy index 07684cf..1e35c9e 100644 --- a/jobs/pipelines/deploy-cicd-and-run-tests.groovy +++ b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
@@ -1,3 +1,7 @@ +/* +* DEPLOY_EMPTY_NODE Add extra node to heat stack. Node without a role and with salt-minion +*/ + @Library('tcp-qa')_ def common = new com.mirantis.mk.Common()