summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-plugins.yaml
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-19 09:12:09 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-19 09:12:30 -0500
commitff99c1938c6a9356d851d63b35bde8b0a020dc27 (patch)
treee42b6c0817fd7122bf5b96d1973a64d08d5f0e94 /jjb/sdnc/sdnc-plugins.yaml
parenta9dced7bd4b6a372df738318a332f208cc089376 (diff)
SDN-C Jenkins Jobs
Adding SDN-C Jenkins jobs Change-Id: I2209f6b920c2db1e7b37c8ae3e7640eb4e5f8dd0 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Diffstat (limited to 'jjb/sdnc/sdnc-plugins.yaml')
-rw-r--r--jjb/sdnc/sdnc-plugins.yaml22
1 files changed, 22 insertions, 0 deletions
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: ''