Remove Jenkins jobs for 2 CCSDK repositories (platform/blueprints,
storage/esaas) that are not used in Amsterdam release.  These
jobs do not currently compile clean and are blocking us
from achieving M2 milestone.
Change-Id: I34aeb822e4c3565b6d29e36baaf858d2badb1e13
Issue-ID: CCSDK-59
Signed-off-by: Dan Timoney <dtimoney@att.com>
+++ /dev/null
----
-- project:
-    name: ccsdk-platform-blueprints
-    project-name: 'ccsdk-platform-blueprints'
-    jobs:
-      - '{project-name}-{stream}-clm'
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily'
-
-    project: 'ccsdk/platform/blueprints'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'ccsdk-platform-blueprints-settings'
-    # due to a strange macro / variable translation problem this needs to be
-    # passed as a string block to properly get the properties correctly defined
-    # in the job
-    maven-deploy-properties: |
-      deployAtEnd=true
-    files: '**'
-    archive-artifacts: ''
 
+++ /dev/null
----
-- project:
-    name: ccsdk-storage-esaas
-    project-name: 'ccsdk-storage-esaas'
-    jobs:
-      - '{project-name}-{stream}-clm'
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily'
-
-    project: 'ccsdk/storage/esaas'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'ccsdk-storage-esaas-settings'
-    # due to a strange macro / variable translation problem this needs to be
-    # passed as a string block to properly get the properties correctly defined
-    # in the job
-    maven-deploy-properties: |
-      deployAtEnd=true
-    files: '**'
-    archive-artifacts: ''