diff options
Diffstat (limited to 'jjb/ccsdk')
-rw-r--r-- | jjb/ccsdk/distribution.yaml | 2 | ||||
-rw-r--r-- | jjb/ccsdk/platform-blueprints.yaml | 22 | ||||
-rw-r--r-- | jjb/ccsdk/platform-plugins.yaml | 2 | ||||
-rw-r--r-- | jjb/ccsdk/storage-esaas.yaml | 22 | ||||
-rw-r--r-- | jjb/ccsdk/storage-pgaas.yaml | 2 |
5 files changed, 3 insertions, 47 deletions
diff --git a/jjb/ccsdk/distribution.yaml b/jjb/ccsdk/distribution.yaml index aab9db30e..21f7759b8 100644 --- a/jjb/ccsdk/distribution.yaml +++ b/jjb/ccsdk/distribution.yaml @@ -6,7 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily-no-sonar' - '{project-name}-{stream}-docker-java-daily' - '{project-name}-{stream}-docker-version-java-daily' 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/platform-plugins.yaml b/jjb/ccsdk/platform-plugins.yaml index 7a0daca97..a39b80697 100644 --- a/jjb/ccsdk/platform-plugins.yaml +++ b/jjb/ccsdk/platform-plugins.yaml @@ -6,7 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily-no-sonar' project: 'ccsdk/platform/plugins' stream: 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: '' diff --git a/jjb/ccsdk/storage-pgaas.yaml b/jjb/ccsdk/storage-pgaas.yaml index 730d9ce8e..5aab63426 100644 --- a/jjb/ccsdk/storage-pgaas.yaml +++ b/jjb/ccsdk/storage-pgaas.yaml @@ -6,7 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily-no-sonar' project: 'ccsdk/storage/pgaas' stream: |