From ff99c1938c6a9356d851d63b35bde8b0a020dc27 Mon Sep 17 00:00:00 2001 From: "Timoney, Daniel (dt5972)" Date: Sun, 19 Feb 2017 09:12:09 -0500 Subject: SDN-C Jenkins Jobs Adding SDN-C Jenkins jobs Change-Id: I2209f6b920c2db1e7b37c8ae3e7640eb4e5f8dd0 Signed-off-by: Timoney, Daniel (dt5972) --- jjb/sdnc/sdnc-adaptors.yaml | 22 ++++++++++++++++++++++ jjb/sdnc/sdnc-core.yaml | 22 ++++++++++++++++++++++ jjb/sdnc/sdnc-northbound.yaml | 22 ++++++++++++++++++++++ jjb/sdnc/sdnc-oam.yaml | 21 +++++++++++++++++++++ jjb/sdnc/sdnc-plugins.yaml | 22 ++++++++++++++++++++++ 5 files changed, 109 insertions(+) create mode 100644 jjb/sdnc/sdnc-adaptors.yaml create mode 100644 jjb/sdnc/sdnc-core.yaml create mode 100644 jjb/sdnc/sdnc-northbound.yaml create mode 100644 jjb/sdnc/sdnc-oam.yaml create mode 100644 jjb/sdnc/sdnc-plugins.yaml (limited to 'jjb/sdnc') diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml new file mode 100644 index 000000000..b7af34fda --- /dev/null +++ b/jjb/sdnc/sdnc-adaptors.yaml @@ -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 index 000000000..c172e6917 --- /dev/null +++ b/jjb/sdnc/sdnc-core.yaml @@ -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 index 000000000..0c1812b2c --- /dev/null +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -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 index 000000000..0b1c1fa41 --- /dev/null +++ b/jjb/sdnc/sdnc-oam.yaml @@ -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 index 000000000..b8b4f4fd6 --- /dev/null +++ b/jjb/sdnc/sdnc-plugins.yaml @@ -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: '' -- cgit 1.2.3-korg