summaryrefslogtreecommitdiffstats
path: root/jjb/ncomp
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/ncomp')
-rw-r--r--jjb/ncomp/ncomp-cdap.yaml21
-rw-r--r--jjb/ncomp/ncomp-core.yaml21
-rw-r--r--jjb/ncomp/ncomp-docker.yaml21
-rw-r--r--jjb/ncomp/ncomp-openstack.yaml21
-rw-r--r--jjb/ncomp/ncomp-sirius-manager.yaml21
-rw-r--r--jjb/ncomp/ncomp-utils.yaml21
6 files changed, 126 insertions, 0 deletions
diff --git a/jjb/ncomp/ncomp-cdap.yaml b/jjb/ncomp/ncomp-cdap.yaml
new file mode 100644
index 000000000..ec56af821
--- /dev/null
+++ b/jjb/ncomp/ncomp-cdap.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-cdap
+ project-name: 'ncomp-cdap'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/cdap'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''
diff --git a/jjb/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml
new file mode 100644
index 000000000..894972818
--- /dev/null
+++ b/jjb/ncomp/ncomp-core.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-core
+ project-name: 'ncomp-core'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/core'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''
diff --git a/jjb/ncomp/ncomp-docker.yaml b/jjb/ncomp/ncomp-docker.yaml
new file mode 100644
index 000000000..ba0c12b3a
--- /dev/null
+++ b/jjb/ncomp/ncomp-docker.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-docker
+ project-name: 'ncomp-docker'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/docker'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''
diff --git a/jjb/ncomp/ncomp-openstack.yaml b/jjb/ncomp/ncomp-openstack.yaml
new file mode 100644
index 000000000..eb9272f9d
--- /dev/null
+++ b/jjb/ncomp/ncomp-openstack.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-openstack
+ project-name: 'ncomp-openstack'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/openstack'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''
diff --git a/jjb/ncomp/ncomp-sirius-manager.yaml b/jjb/ncomp/ncomp-sirius-manager.yaml
new file mode 100644
index 000000000..86cf77152
--- /dev/null
+++ b/jjb/ncomp/ncomp-sirius-manager.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-sirius-manager
+ project-name: 'ncomp-sirius-manager'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/sirius/manager'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''
diff --git a/jjb/ncomp/ncomp-utils.yaml b/jjb/ncomp/ncomp-utils.yaml
new file mode 100644
index 000000000..d2c2b3fce
--- /dev/null
+++ b/jjb/ncomp/ncomp-utils.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: ncomp-utils
+ project-name: 'ncomp-utils'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-java-daily'
+
+ project: 'ncomp/utils'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'ncomp-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: ''