summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-java.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-10-11 23:01:34 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 23:01:34 +0000
commit3e84fe6c1d45303bb068f3d118700d69a60057b8 (patch)
treeeaccd617aaf70e4f713a830129e9e145f56be767 /jjb/global-templates-java.yaml
parent8a4ca159af556ca058330008e6fd2a250e8452ad (diff)
parentdcdb541e8f578ca08e5e08dfaa5fcd1aa4a0f6dd (diff)
Merge "Move CLM jobs to global jjb"
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r--jjb/global-templates-java.yaml60
1 files changed, 0 insertions, 60 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index 89df00fb0..9cbae2ed2 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -1,65 +1,5 @@
---
- job-template:
- # Template used for running CLM scans
- # Arguements:
- # {name} - Project Shortname
- # {project} - Fully qualified project name
- # {mvn-settings} - Project maven settings file
- # {jdk}
- name: '{project-name}-{stream}-clm'
-
- project-type: freestyle
- node: '{build-node}'
- jdk: '{jdk}'
-
- properties:
- - infra-properties:
- build-days-to-keep: 30
-
- parameters:
- - infra-parameters:
- project: '{project}'
- branch: '{branch}'
- refspec: 'refs/heads/{branch}'
- artifacts: '{archive-artifacts}'
-
- scm:
- - git-scm:
- refspec: ''
- branch: '{branch}'
-
- wrappers:
- - infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - timed: 'H H * * 6'
-
- builders:
- - provide-maven-settings:
- global-settings-file: 'global-settings'
- settings-file: '{mvn-settings}'
- - maven-target:
- maven-version: 'mvn33'
- pom: 'pom.xml'
- goals: |
- clean install dependency:tree com.sonatype.clm:clm-maven-plugin:index
- {onap-infra-mvn-opts}
- java-opts:
- - '-Xmx4096m -XX:MaxPermSize=512m'
- settings: '{mvn-settings}'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
- - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
- - sonatype-clm:
- application-name: '{project-name}'
-
- publishers:
- - infra-shiplogs:
- maven-version: '{maven-version}'
-
-- job-template:
# Job template for Java verify jobs
#
# The purpose of this job template is to run "maven clean install" for