summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-deployments.yaml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-02-21 09:55:08 -0500
committerLusheng Ji <lji@research.att.com>2018-02-21 09:58:03 -0500
commit82aff3a0391cc5c6c37f4ab191d5005550cc4e7b (patch)
tree47ed36e6db0fbe44b49a2da39a124082cd0cce20 /jjb/dcaegen2/dcaegen2-deployments.yaml
parent913577e3c4566b28dbd94d7a37fe2f59595a6e2e (diff)
Remove noop Jenkins build jobs
Remove JJB def for 3 no-code repos Remove SONAR jobs for repos in language other than Java and Python Change-Id: Ia0c8dbef1507b59975d573a790f97e18244baa9b Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-206
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-deployments.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-deployments.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/jjb/dcaegen2/dcaegen2-deployments.yaml b/jjb/dcaegen2/dcaegen2-deployments.yaml
index e3d62c0ae..a83a10f6e 100644
--- a/jjb/dcaegen2/dcaegen2-deployments.yaml
+++ b/jjb/dcaegen2/dcaegen2-deployments.yaml
@@ -21,15 +21,3 @@
files: '**'
archive-artifacts: ''
build-node: 'ubuntu1604-docker-8c-8g'
-- project:
- name: dcaegen2-deployments-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
- project: 'dcaegen2/deployments'
- project-name: 'dcaegen2-deployments'
- branch: 'master'
- mvn-settings: 'dcaegen2-deployments-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'