summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2.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.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.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/jjb/dcaegen2/dcaegen2.yaml b/jjb/dcaegen2/dcaegen2.yaml
index 98ed256e3..e84df66fd 100644
--- a/jjb/dcaegen2/dcaegen2.yaml
+++ b/jjb/dcaegen2/dcaegen2.yaml
@@ -20,16 +20,3 @@
deployAtEnd=true
files: '**'
archive-artifacts: ''
- build-node: 'ubuntu1604-docker-8c-8g'
-- project:
- name: dcaegen2-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-basebuild-4c-4g
- project: 'dcaegen2'
- project-name: 'dcaegen2'
- branch: 'master'
- mvn-settings: 'dcaegen2-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'