summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-deployments.yaml
diff options
context:
space:
mode:
authorJeremy Phelps <jphelps@linuxfoundation.org>2017-08-28 14:43:19 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-28 14:43:19 +0000
commit1dbadd53abc2918833ebf50045a53ff86d75c7d5 (patch)
treef9a69dd76bf0e54fc2b8475bda78406f27ccdbea /jjb/dcaegen2/dcaegen2-deployments.yaml
parentab5b01c356b156438013ad6f85b05e81ac3f7ce4 (diff)
parent1cc3987207c2a729d1f714a623a3ffb7d34f2bfb (diff)
Merge "jjb def for DCAEGEN2 components"
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-deployments.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-deployments.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/dcaegen2/dcaegen2-deployments.yaml b/jjb/dcaegen2/dcaegen2-deployments.yaml
new file mode 100644
index 000000000..1291c4dec
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-deployments.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: dcaegen2-deployments
+ project-name: 'dcaegen2-deployments'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+
+ project: 'dcaegen2/deployments'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'dcaegen2-deployments-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: ''