summaryrefslogtreecommitdiffstats
path: root/jjb/ncomp/ncomp-core.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/ncomp/ncomp-core.yaml')
-rw-r--r--jjb/ncomp/ncomp-core.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/jjb/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml
deleted file mode 100644
index 2a3755d54..000000000
--- a/jjb/ncomp/ncomp-core.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-- project:
- name: ncomp-core
- project-name: 'ncomp-core'
- jobs:
- - '{project-name}-{stream}-clm'
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version2-java-daily'
- - '{project-name}-{stream}-stage-site-java':
- site-pom: 'pom.xml'
- trigger-job: '{project-name}-{stream}-release-version2-java-daily'
-
- project: 'ncomp/core'
- stream:
- - 'master':
- branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
- mvn-settings: 'ncomp-core-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: ''