SDN-C Jenkins Jobs 07/807/1
authorTimoney, Daniel (dt5972) <dtimoney@att.com>
Sun, 19 Feb 2017 14:12:09 +0000 (09:12 -0500)
committerTimoney, Daniel (dt5972) <dtimoney@att.com>
Sun, 19 Feb 2017 14:12:30 +0000 (09:12 -0500)
Adding SDN-C Jenkins jobs

Change-Id: I2209f6b920c2db1e7b37c8ae3e7640eb4e5f8dd0
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
jjb/sdnc/sdnc-adaptors.yaml [new file with mode: 0644]
jjb/sdnc/sdnc-core.yaml [new file with mode: 0644]
jjb/sdnc/sdnc-northbound.yaml [new file with mode: 0644]
jjb/sdnc/sdnc-oam.yaml [new file with mode: 0644]
jjb/sdnc/sdnc-plugins.yaml [new file with mode: 0644]

diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml
new file mode 100644 (file)
index 0000000..b7af34f
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: sdnc-adaptors
+    project-name: 'sdnc-adaptors'
+    jobs:
+      - '{project-name}-{stream}-verify-java-skip-tests'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+
+    project: 'sdnc/adaptors'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'mso-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/sdnc/sdnc-core.yaml b/jjb/sdnc/sdnc-core.yaml
new file mode 100644 (file)
index 0000000..c172e69
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: sdnc-core
+    project-name: 'sdnc-core'
+    jobs:
+      - '{project-name}-{stream}-verify-java-skip-tests'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+
+    project: 'sdnc/core'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'mso-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/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml
new file mode 100644 (file)
index 0000000..0c1812b
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: sdnc-northbound
+    project-name: 'sdnc-northbound'
+    jobs:
+      - '{project-name}-{stream}-verify-java-skip-tests'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+
+    project: 'sdnc/northbound'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'mso-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/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml
new file mode 100644 (file)
index 0000000..0b1c1fa
--- /dev/null
@@ -0,0 +1,21 @@
+---
+
+- project:
+    name: sdnc-oam
+    project-name: 'sdnc-oam'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+      - '{project-name}-{stream}-docker-java-daily':
+          docker-pom: 'pom.xml'
+          mvn-profile: 'docker'
+
+    project: 'sdnc/oam'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'mso-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g
diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml
new file mode 100644 (file)
index 0000000..b8b4f4f
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: sdnc-plugins
+    project-name: 'sdnc-plugins'
+    jobs:
+      - '{project-name}-{stream}-verify-java-skip-tests'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+
+    project: 'sdnc/plugins'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'mso-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: ''