adding cicd pipeline

Change-Id: Ic355965cfeb8c9af2c9ad4b21077ddf7898b6f36
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index bb0890f..4d1c007 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -373,6 +373,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') {