summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-27 18:20:34 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-27 18:20:34 +0000
commit0718be160343f5ac4c74f9354666e2e868f01910 (patch)
tree5be2964226f82281db8c2b0498561f09c1c4f70e /jjb
parentee8699a2216b18fe0d065e102fc9c7c753d9c7a1 (diff)
parenteb85fe3fd58a32799efbd7d92c98d5b3d917364b (diff)
Merge "Remove Jenkins jobs for unused repositories"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ccsdk/platform-blueprints.yaml22
-rw-r--r--jjb/ccsdk/storage-esaas.yaml22
2 files changed, 0 insertions, 44 deletions
diff --git a/jjb/ccsdk/platform-blueprints.yaml b/jjb/ccsdk/platform-blueprints.yaml
deleted file mode 100644
index 57364a377..000000000
--- a/jjb/ccsdk/platform-blueprints.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- 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: ''
diff --git a/jjb/ccsdk/storage-esaas.yaml b/jjb/ccsdk/storage-esaas.yaml
deleted file mode 100644
index 5593e2979..000000000
--- a/jjb/ccsdk/storage-esaas.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- 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: ''