summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-aai-common.yaml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-15 16:22:55 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-16 00:21:27 -0400
commit2bf22a0059714f8fdf36a8bed798ede700873c80 (patch)
tree3bdc70422ea6bc3c7b3c99e3c44541244bee9cb9 /jjb/aai/aai-aai-common.yaml
parent8d71cbac6de57412d778c08196270ea4b63fbab7 (diff)
Add the common resources and resources jobs
Also update the docker push script to not push for the new repos This part of the push should be automated by the maven build Keeping the docker push for any other components that might use it Change-Id: Ib2da0ce491eb99c96257a4503cb3f89f502795c4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'jjb/aai/aai-aai-common.yaml')
-rw-r--r--jjb/aai/aai-aai-common.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/jjb/aai/aai-aai-common.yaml b/jjb/aai/aai-aai-common.yaml
new file mode 100644
index 000000000..1b07db757
--- /dev/null
+++ b/jjb/aai/aai-aai-common.yaml
@@ -0,0 +1,23 @@
+---
+- project:
+ name: aai-aai-common
+ project-name: 'aai-aai-common'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+ - '{project-name}-docker-image-blessing'
+ - '{project-name}-{stream}-stage-site-java':
+ site-pom: 'pom.xml'
+ trigger-job: '{project-name}-{stream}-release-version-java-daily'
+
+ project: 'aai/aai-common'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
+ mvn-settings: 'aai-aai-common-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g