Demo features to HCL and Intel

Change-Id: Id6a346141e0c5a8367349de739e18324b54f3b9c
diff --git a/Jenkinsfile-mcord-new-build-vms b/Jenkinsfile-mcord-new-build-vms
index 075b093..595a6f2 100644
--- a/Jenkinsfile-mcord-new-build-vms
+++ b/Jenkinsfile-mcord-new-build-vms
@@ -25,6 +25,11 @@
                     git clone https://onf@ilpm.intel-research.net/bitbucket/scm/vccbbw/c3po.git
                 """
             }
+            stage ("We want to try something new") {
+                sh returnStdout: true, script: """
+                    mkdir letstry
+                """
+            }
             currentBuild.result = 'SUCCESS'
         } catch (err) {
             currentBuild.result = 'FAILURE'