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-plugins.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 jjb/sdnc/sdnc-plugins.yaml (limited to 'jjb/sdnc/sdnc-plugins.yaml') 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