Merge "adding cicd pipeline"
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index 2a63e2e..b7e22a8 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -376,6 +376,12 @@
 
         }
 
+        if (common.checkContains('STACK_INSTALL', 'cicd')) {
+            stage('Install Cicd') {
+                orchestrate.installDockerSwarm(saltMaster)
+                orchestrate.installCicd(saltMaster)
+            }
+        }
 
         if (common.checkContains('STACK_INSTALL', 'sl-legacy')) {
             stage('Install StackLight v1') {