summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sdnc')
-rw-r--r--jjb/sdnc/sdnc-csit.yaml3
-rw-r--r--jjb/sdnc/sdnc-features.yaml37
-rw-r--r--jjb/sdnc/sdnc-plugins.yaml24
3 files changed, 1 insertions, 63 deletions
diff --git a/jjb/sdnc/sdnc-csit.yaml b/jjb/sdnc/sdnc-csit.yaml
index 1cd1eb94a..12d697518 100644
--- a/jjb/sdnc/sdnc-csit.yaml
+++ b/jjb/sdnc/sdnc-csit.yaml
@@ -8,7 +8,6 @@
stream: 'master'
functionality:
- 'healthcheck':
- trigger_jobs:
- - '{project-name}-{stream}-release-java-daily-checkstyle'
+ trigger_jobs: '{project-name}-{stream}-release-java-daily-checkstyle'
robot-options: ''
branch: 'master'
diff --git a/jjb/sdnc/sdnc-features.yaml b/jjb/sdnc/sdnc-features.yaml
deleted file mode 100644
index 12accbb16..000000000
--- a/jjb/sdnc/sdnc-features.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-- project:
- name: sdnc-features
- project-name: 'sdnc-features'
- jobs:
- - gerrit-maven-clm
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
-
- project: 'sdnc/features'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'sdnc-features-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: ''
- build-node: ubuntu1604-builder-4c-4g
-
-- project:
- name: sdnc-features-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'sdnc/features'
- project-name: 'sdnc-features'
- branch: 'master'
- mvn-settings: 'sdnc-features-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml
deleted file mode 100644
index 551b79df5..000000000
--- a/jjb/sdnc/sdnc-plugins.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-- project:
- name: sdnc-plugins
- project-name: 'sdnc-plugins'
- jobs:
- - gerrit-maven-clm
- - '{project-name}-{stream}-verify-java':
- mvn-params: '-DskipTests=true'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
-
- project: 'sdnc/plugins'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'sdnc-plugins-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: ''